-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.34 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.34 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
{
"name": "sizzlingstats.com"
, "version": "0.0.2"
, "private": true
, "engines": {
"node": "0.12.x"
}
, "main": "app.js"
, "scripts": {
"start": "node app.js --use_strict"
, "test": "grunt test"
, "ci": "grunt ci"
}
, "dependencies": {
"airbrake": "git+https://github.com/dy-dx/node-airbrake.git#errbit"
, "async": "~1.0.0"
, "aws-sdk": "~2.1.32"
, "coffee-script": "~1.9.3"
, "colors": "~1.1.0"
, "config": "~1.13.0"
, "connect-assetmanager": "git+https://github.com/dy-dx/connect-assetmanager.git#feat/watch-path"
, "connect-redis": "~2.3.0"
, "cron": "~1.0.9"
, "everyauth": "git+https://github.com/dy-dx/everyauth.git#steam"
, "express": "~3.20.3"
, "express-session": "~1.11.2"
, "jade": "~1.10.0"
, "mongoose": "~3.8.29"
, "naught": "~1.6.0"
, "node-sass": "~3.3.3"
, "node-uuid": "~1.4.3"
, "request": "~2.56.0"
, "socket.io": "~1.3.5"
, "socket.io-redis": "~0.1.4"
}
, "optionalDependencies": {
"hiredis": "~0.4.0"
}
, "devDependencies": {
"chai": "~1.9.2"
, "chai-changes": "~1.3.4"
, "chai-factories": "~0.1.0"
, "grunt": "~0.4.5"
, "grunt-cli": "~0.1.13"
, "grunt-contrib-watch": "~0.6.1"
, "grunt-env": "~0.4.2"
, "grunt-mocha-test": "~0.12.1"
, "mocha": "~1.21.5"
, "nock": "~0.49.0"
, "sinon": "~1.10.3"
, "sinon-chai": "~2.6.0"
, "supertest": "~0.14.0"
}
}