-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
40
41
{
"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"
}
}