nodebb-plugin-groups-autoas.../package.json
Julian Lam d40d653625 0.2.3
2015-08-27 15:28:02 -04:00

29 lines
647 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": "^0.6.0 || ^0.7.0 || ^0.8.0"
}
}