nodebb-plugin-groups-autoas.../package.json
psychobunny 9efd344846 0.1.1
2014-11-11 18:00:28 -05:00

26 lines
588 B
JSON

{
"name": "nodebb-plugin-quickstart",
"version": "0.1.1",
"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": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/psychobunny/nodebb-plugin-quickstart/issues"
},
"readmeFilename": "README.md"
}