nodebb-plugin-groups-autoas.../package.json

26 lines
579 B
JSON

{
"name": "nodebb-plugin-quickstart",
"version": "0.1.2",
"description": "A starter kit for quickly creating NodeBB plugins",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/psychobunny/nodebb-plugin-quickstart"
},
"keywords": [
"nodebb",
"plugin",
"quickstart",
"shell"
],
"author": {
"name": "psychobunny",
"email": "psycho.bunny@hotmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/psychobunny/nodebb-plugin-quickstart/issues"
},
"readmeFilename": "README.md"
}