forked from cla-assistant/cla-assistant
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.22 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.22 KB
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
{
"name": "cla-assistant",
"author": "https://github.com/cla-assistant",
"version": "1.0.0",
"homepage": "",
"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.1",
"async": "^1.3.0",
"body-parser": "^1.13.1",
"bower": "^1.4.1",
"bunyan": "^1.4.0",
"bunyan-slack": "0.0.10",
"colors": "^1.1.2",
"cookie-parser": "^1.3.5",
"cookie-session": "^1.1.0",
"ejs": "^2.3.2",
"express": "^4.13.0",
"express-session": "^1.11.3",
"github": "git+https://github.com/KharitonOff/node-github.git",
"glob": "^5.0.12",
"merge": "^1.2.0",
"mongoose": "^4.0.6",
"node-sass": "^3.2.0",
"node-sass-middleware": "^0.9.0",
"nodemailer": "^1.4.0",
"nodemailer-sendmail-transport": "^1.0.0",
"nodemailer-smtp-transport": "^1.0.3",
"passport": "^0.2.2",
"passport-github": "^0.1.5",
"q": "^1.4.1",
"request": "^2.58.0",
"socket.io": "^1.3.5",
"valid-url": "^1.0.9",
"x-frame-options": "1.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "1.0.0",
"grunt-eslint": "16.0.0",
"grunt-http": "1.6.0",
"grunt-karma": "^0.11.2",
"grunt-mocha-istanbul": "^2.4.0",
"grunt-mocha-test": "^0.12.7",
"grunt-scss-lint": "^0.3.6",
"istanbul": "^0.3.17",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-ng-html2js-preprocessor": "~0.1.2",
"karma-phantomjs-launcher": "0.2.0",
"load-grunt-tasks": "^3.2.0",
"mkdirp": "0.5.1",
"mocha": "^2.2.5",
"rewire": "^2.3.4",
"should": "^7.0.1",
"sinon": "^1.15.4",
"supertest": "1.0.1"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node app.js",
"postinstall": "bower install"
}
}