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

32 lines
774 B
JSON
Raw Permalink Normal View History

2014-06-04 20:08:24 +00:00
{
2017-10-12 06:17:53 +00:00
"name": "nodebb-plugin-groups-autoassigncategory",
"version": "1.0.0",
2017-10-12 06:26:49 +00:00
"description": "A bridge between forums and groups",
2017-10-12 06:17:53 +00:00
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/adlerosn/nodebb-plugin-groups-autoassigncategory"
},
"keywords": [
"nodebb",
"plugin",
"groups",
"categories"
],
"author": {
"name": "Adler Neves",
"email": "adlerosn@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/adlerosn/nodebb-plugin-groups-autoassigncategory/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^1.6.0"
},
"dependencies": {
"rewire": "^2.5.2"
}
2014-06-04 20:08:24 +00:00
}