forked from cla-assistant/cla-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.6 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "cla-assistant",
"author": "https://github.com/cla-assistant",
"version": "1.4.1",
"homepage": "https://cla-assistant.io",
"description": "Contributor licencse agreement",
"keywords": [
"licencse",
"contributor",
"agreement",
"github",
"cla"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/cla-assistant/cla-assistant"
},
"bugs": "https://github.com/cla-assistant/cla-assistant/issues",
"contributors": [],
"dependencies": {
"array-sugar": "^1.2.2",
"async": "^2.6.0",
"body-parser": "^1.18.2",
"bower": "^1.8.4",
"bunyan": "^1.8.12",
"bunyan-sentry-stream": "^1.2.1",
"bunyan-slack": "0.0.10",
"colors": "^1.2.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"dont-sniff-mimetype": "^1.0.0",
"ejs": "^2.5.8",
"express": "^4.16.3",
"express-session": "^1.15.6",
"github": "^13.1.1",
"glob": "^7.1.2",
"joi": "^13.1.2",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.5",
"memory-cache": "^0.2.0",
"merge": "^1.2.0",
"mongoose": "^4.13.12",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^4.6.4",
"passport": "^0.4.0",
"passport-accesstoken": "^0.1.0",
"passport-github": "^1.1.0",
"q": "^1.5.1",
"raven": "^2.5.0",
"request": "^2.85.0",
"snyk": "^1.71.0",
"socket.io": "^2.1.0",
"valid-url": "^1.0.9",
"x-frame-options": "^1.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-coveralls": "1.0.1",
"grunt-eslint": "^20.1.0",
"grunt-http": "2.3.0",
"grunt-karma": "^2.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.3",
"grunt-scss-lint": "^0.5.0",
"istanbul": "^0.4.5",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-ng-html2js-preprocessor": "~1.0.0",
"karma-phantomjs-launcher": "1.0.4",
"load-grunt-tasks": "^3.5.2",
"mkdirp": "0.5.1",
"mocha": "^4.1.0",
"phantomjs-prebuilt": "^2.1.16",
"rewire": "^3.0.2",
"should": "^13.2.1",
"sinon": "^4.5.0",
"supertest": "3.0.0"
},
"engines": {
"node": "8"
},
"scripts": {
"start": "node app.js",
"postinstall": "bower install && grunt build",
"test": "grunt test",
"snyk-monitor": "snyk auth $SNYK_TOKEN && snyk monitor",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}