forked from NicolasSiver/nodebb-plugin-ns-awards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "nodebb-plugin-ns-awards",
"version": "5.1.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": "^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.11.0"
},
"devDependencies": {
"sass-material-colors": "^0.0.5"
}
}