UNPKG

nodebb-plugin-ns-awards-recalbox

Version:

System for rewarding forum users. It allows admin to define set of awards that could be granted to users for special accomplishments.

43 lines (42 loc) 1.08 kB
{ "name": "nodebb-plugin-ns-awards-recalbox", "version": "5.3.1", "description": "System for rewarding forum users. It allows admin to define set of awards that could be granted to users for special accomplishments.", "main": "./plugin/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/OyyoDams/nodebb-plugin-ns-awards-recalbox.git" }, "keywords": [ "nodebb", "plugin", "awards", "rewards" ], "author": "OyyoDams", "license": "MIT", "bugs": { "url": "https://github.com/OyyoDams/nodebb-plugin-ns-awards-recalbox/issues" }, "homepage": "https://github.com/OyyoDams/nodebb-plugin-ns-awards-recalbox#readme", "dependencies": { "async": "^2.6.1", "fs-extra": "^7.0.1", "lodash": "^4.17.11", "multer": "^1.4.1", "uuid": "^3.3.2", "winston": "^2.3.1" }, "nbbpm": { "compatibility": "~1.17.1" }, "engines": { "node": ">=6" }, "devDependencies": { "sass-material-colors": "^0.0.5" } }