forked from WebSpider/SickRageBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "SickRageBot",
"description": "PR and Issue auto commenter for SickRage on github",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js",
"test": "grunt",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"body-parser": ">= 1.9.0",
"compression": ">= 1.1.1",
"express": ">= 4.9.7",
"express-x-hub": ">= 1.0.2",
"github": ">= 0.2.2",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.0",
"grunt-contrib-jshint": "^3.1.0",
"grunt-contrib-watch": "^1.0.1",
"lodash": "~4.17.12",
"q": ">= 1.0.1",
"redis": ">= 0.12.1",
"winston": ">= 0.8.1",
"snyk": "^1.316.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SickRage/SickRageBot.git"
},
"keywords": [
"SickRage",
"SickRageBot"
],
"author": "miigotu",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/SickRage/SickRageBot/issues"
},
"homepage": "https://github.com/SickRage/SickRageBot#readme",
"snyk": true
}