nodebb-plugin-upvote-notifications
Version:
Filter Upvote Notifications
52 lines (51 loc) • 1.2 kB
JSON
{
"name": "nodebb-plugin-upvote-notifications",
"version": "0.2.0",
"nbbpm": {
"compatibility": "^1.3.0"
},
"description": "Filter Upvote Notifications",
"main": "",
"scripts": {
"test": "./node_modules/.bin/istanbul cover -x \"integration/*\" ./node_modules/.bin/_mocha -- ./integration -t 100000"
},
"homepage": "https://github.com/boomzillawtf/nodebb-plugin-upvote-notifications",
"repository": {
"type": "git",
"url": "https://github.com/boomzillawtf/nodebb-plugin-upvote-notifications"
},
"dependencies": {
"async": "~1.5.0"
},
"devDependencies": {
"validator": "^5.0.0",
"chai": "~3.5.0",
"istanbul": "^0.4.2",
"mocha": "~1.13.0",
"bcryptjs": "~2.3.0",
"nconf": "~0.8.2"
},
"bugs": {
"url": "https://github.com/boomzillawtf/nodebb-plugin-upvote-notifications/issues"
},
"keywords": [
"nodebb",
"plugin",
"notification",
"upvote"
],
"author": {
"name": "boomzillawtf",
"email": "boomzillawtf@gmail.com"
},
"license": "MIT",
"_npmUser": {
"name": "boomzillawtf"
},
"maintainers": [
{
"name": "boomzillawtf",
"email": "boomzillawtf@gmail.com"
}
]
}