UNPKG

nodebb-plugin-ns-awards-next

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.1 kB
{ "name": "nodebb-plugin-ns-awards-next", "version": "5.2.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/digitalLumberjack/nodebb-plugin-ns-awards-next.git" }, "keywords": [ "nodebb", "plugin", "awards", "rewards" ], "author": "digitalLumberjack", "license": "MIT", "bugs": { "url": "https://github.com/digitalLumberjack/nodebb-plugin-ns-awards-next/issues" }, "homepage": "https://github.com/digitalLumberjack/nodebb-plugin-ns-awards-next#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.12.0" }, "engines": { "node": ">=6" }, "devDependencies": { "sass-material-colors": "^0.0.5" } }