-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.38 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.38 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
{
"name": "LogAggregatorExpress",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"chai": "^3.5.0",
"compression": "~1.0.11",
"connect-flash": "^0.1.1",
"connect-redis": "^3.0.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.5.5",
"expect": "^1.16.0",
"express": "~4.13.1",
"express-session": "~1.7.6",
"formidable": "^1.0.17",
"highland": "^2.7.4",
"method-override": "~2.2.0",
"mongoose": "~3.8.0",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.0",
"should": "^8.3.0",
"sift": "^3.2.1",
"websocket": "^1.0.22",
"ws": "^1.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"chai": "^3.4.1",
"csslint": "^0.10.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-express-server": "^0.5.2",
"grunt-htmlhint": "^0.9.12-fix",
"grunt-min": "^0.1.0",
"grunt-mocha-test": "^0.12.7",
"htmlhint": "^0.9.12",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"should": "^8.3.0",
"sinon": "^1.17.3",
"supertest": "^1.2.0"
}
}