mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-emoji.git
synced 2025-10-04 01:20:58 +08:00
30 lines
702 B
JSON
30 lines
702 B
JSON
{
|
|
"name": "nodebb-plugin-emoji-vital",
|
|
"version": "4.1.1",
|
|
"description": "Vital non-standard unlicensed emoji",
|
|
"main": "emoji.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"homepage": "https://github.com/NodeBB/nodebb-plugin-emoji/tree/master/packs/vital",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NodeBB/nodebb-plugin-emoji.git"
|
|
},
|
|
"keywords": [
|
|
"nodebb",
|
|
"plugin",
|
|
"emoji",
|
|
"vital",
|
|
"extended"
|
|
],
|
|
"nbbpm": {
|
|
"name": "Emoji One",
|
|
"compatibility": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"nodebb-plugin-emoji": "^5.0.0 || ^6.0.1"
|
|
},
|
|
"author": "Peter Jaszkowiak",
|
|
"license": "MIT"
|
|
}
|