-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
67 lines (67 loc) · 1.57 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
{
"name": "ballgame",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"version": "1.0.0-14",
"engines": {
"node": "0.10.x",
"npm": ">= 1.0.0"
},
"dependencies": {
"ampersand-state": "^4.3.9",
"arpad": "^0.1.0",
"array.prototype.find": "^1.0.0",
"async": "^0.9.0",
"bluebird": "^2.9.12",
"bookshelf": "^0.7.7",
"browsernizr": "^2.0.1",
"chalk": "^0.5.1",
"cors": "^2.4.1",
"cron": "^1.0.9",
"debounce": "^1.0.0",
"emailjs": "0.3.8",
"express": "^4.7.2",
"hipchat-notify": "^1.0.2",
"howler": "^1.1.25",
"immutable": "^3.6.2",
"jade": "^1.5.0",
"knex": "^0.6.22",
"mean": "^1.0.0",
"moment": "2.6.0",
"mysql": "^2.2.0",
"normalise": "^2.1.0",
"react": "^0.11.1",
"serve-static": "^1.5.0",
"socket.io": "0.9.16",
"sparknode": "^0.4.9",
"through2": "^0.6.1",
"uglifyify": "^2.5.0",
"underscore": "1.6.0"
},
"devDependencies": {
"async": "^0.9.0",
"browserify": "^5.9.1",
"del": "^0.1.2",
"envify": "^2.0.1",
"event-stream": "^3.1.7",
"exorcist": "^0.1.6",
"gulp": "^3.8.6",
"gulp-autoprefixer": "0.0.8",
"gulp-buffer": "0.0.2",
"gulp-csso": "^0.2.9",
"gulp-less": "^1.3.3",
"gulp-plumber": "^0.6.4",
"gulp-rename": "^1.2.0",
"gulp-rev": "^1.1.0",
"gulp-util": "^3.0.0",
"node-google-text-to-speech": "^0.1.0",
"reactify": "^0.14.0",
"request": "^2.40.0",
"slug": "^0.5.0",
"stream-combiner": "^0.2.1",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.1"
}
}