-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
38 lines (38 loc) · 949 Bytes
/
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
{
"name": "nodebb-plugin-ns-points",
"version": "6.0.1",
"description": "Additional metrics for User Profiles. It's like experience in video games. Plugin is good for gamification of your board.",
"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-points.git"
},
"keywords": [
"nodebb",
"plugin",
"points",
"experience",
"gamification",
"metrics",
"profile"
],
"author": "Nicolas Siver",
"license": "MIT",
"bugs": {
"url": "https://github.com/NicolasSiver/nodebb-plugin-ns-points/issues"
},
"homepage": "https://github.com/NicolasSiver/nodebb-plugin-ns-points#readme",
"dependencies": {
"async": "^3.0.1",
"object-assign": "^4.1.0"
},
"nbbpm": {
"compatibility": "~1.12.0"
},
"engines": {
"node": ">=6"
}
}