UNPKG

nodebb-plugin-ns-awards

Version:

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

42 lines (41 loc) 1.04 kB
{ "name": "nodebb-plugin-ns-awards", "version": "7.0.0", "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/NicolasSiver/nodebb-plugin-ns-awards.git" }, "keywords": [ "nodebb", "plugin", "awards", "rewards" ], "author": "Nicolas Siver", "license": "MIT", "bugs": { "url": "https://github.com/NicolasSiver/nodebb-plugin-ns-awards/issues" }, "homepage": "https://github.com/NicolasSiver/nodebb-plugin-ns-awards#readme", "dependencies": { "async": "^3.1.0", "lodash": "^4.17.15", "multer": "^1.4.2", "uuid": "^3.3.3", "winston": "^2.3.1" }, "nbbpm": { "compatibility": "~2.2.x" }, "engines": { "node": ">=8" }, "devDependencies": { "sass-material-colors": "^0.0.5" } }