-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "jenkings",
"version": "0.0.0",
"description": "NowTV Jenkins Branch Monitor",
"main": "api/server.js",
"scripts": {
"start": "node api/server.js",
"test": "gulp test",
"lint": "eslint public/app/**/*.js api/**/*.js"
},
"author": "Alex Naish",
"dependencies": {
"async": "~1.1.0",
"body-parser": "^1.12.4",
"config": "~1.13.0",
"express": "^4.12.3",
"lodash": "^3.9.3",
"mongoose": "^4.0.0",
"morgan": "^1.5.3",
"request": "^2.57.0",
"socket.io": "~1.3.5",
"sticky-session": "^1.0.2"
},
"devDependencies": {
"chai": "^2.3.0",
"eslint": "^2.2.0",
"gulp": "^3.8.11",
"gulp-istanbul": "~0.9.0",
"gulp-mocha": "^2.1.0",
"gulp-nodemon": "^2.0.3",
"gulp-sass": "^2.0.1",
"jasmine-core": "^2.4.0",
"karma": "~0.12.36",
"karma-chai": "~0.1.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "~0.2.0",
"karma-spec-reporter": "0.0.23",
"mocha": "~2.2.5",
"moment": "^2.10.3",
"nock": "~2.5.0",
"phantomjs": "~1.9.17",
"sinon": "^1.14.1",
"supertest": "^1.0.1"
}
}