nodebb-plugin-groups-autoas.../package.json
2016-01-19 15:02:30 -05:00

29 lines
627 B
JSON

{
"name": "nodebb-plugin-quickstart",
"version": "0.2.3",
"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",
"nbbpm": {
"compatibility": "^1.0.0"
}
}