This repository has been archived by the owner on Jan 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.59 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "kirbi-discord-antiraid",
"description": "adds discord-antiraid support to Kirbi",
"version": "0.1.0",
"license": "Apache-2.0",
"readme": "https://github.com/Richardson-Media-House/kirbi-discord-antiraid#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Richardson-Media-House/kirbi-discord-antiraid.git"
},
"author": {
"name": "Joseph Moran III",
"email": "[email protected]",
"url": "https://josephmoran.co"
},
"contributors": [
{
"name": "Matt Carroll",
"email": "[email protected]",
"url": "https://develogix.com"
},
{
"name": "Nate Richardson",
"email": "[email protected]",
"url": "https://naterichardson.com"
}
],
"main": "antiraid.js",
"dependencies": {
"chalk": "^2.1.0",
"kirbi-discord": "github:Richardson-Media-House/kirbi-discord",
"kirbi-discord-antiraid": "github:Richardson-Media-House/kirbi-discord-antiraid",
"mongoose": "^4.11.10"
},
"bugs": {
"url": "https://github.com/Richardson-Media-House/kirbi-discord-antiraid/issues"
},
"devDependencies": {
"xo": "^0.18.2"
},
"xo": {
"rules": {
"linebreak-style": "off",
"no-prototype-builtins": "warn",
"radix": "warn",
"guard-for-in": "warn",
"import/no-unresolved": "off",
"camelcase": "off",
"no-negated-condition": "warn",
"object-curly-spacing": [
"error",
"always",
{
"arraysInObjects": false
}
],
"prefer-arrow-callback": "warn"
}
},
"scripts": {
"test": "xo"
}
}