-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 815 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 815 Bytes
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
{
"name": "@nodebb/nodebb-plugin-reputation-rules",
"version": "2.0.1",
"description": "Reputation rules to prevent abuse and make it more reliable",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB-Community/nodebb-plugin-reputation-rules"
},
"keywords": [
"nodebb",
"plugin",
"reputation",
"rules"
],
"author": {
"name": "TheBronx"
},
"license": "GNU-GPL v2",
"bugs": {
"url": "https://github.com/NodeBB-Community/nodebb-plugin-reputation-rules/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^3.2.0"
},
"dependencies": {},
"devDependencies": {
"nyc": "^15.1.0",
"sinon": "^11.1.2"
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=text-summary mocha"
}
}