This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
forked from sidgtl/ping-pong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.4 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
{
"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.4.4",
"arpad": "^0.1.0",
"async": "^0.9.0",
"bluebird": "^2.2.2",
"bookshelf": "^0.7.7",
"browsernizr": "^1.0.2",
"chalk": "^0.5.1",
"cors": "^2.4.1",
"emailjs": "^0.3.8",
"express": "^4.10.6",
"jade": "^1.8.2",
"knex": "^0.6.22",
"moment": "^2.6.0",
"pi-gpio": "*",
"pn532": "0.0.4",
"react": "^0.11.2",
"serialport": "^1.4.9",
"serve-static": "^1.5.0",
"socket.io": "^1.2.1",
"sqlite3": "3.0.4",
"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.51.0",
"slug": "^0.5.0",
"stream-combiner": "^0.2.1",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.1"
}
}