This repository has been archived by the owner on Nov 23, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.01 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
68
69
70
71
{
"name": "cluster",
"version": "1.0.0",
"description": "",
"author": "",
"private": true,
"license": "ISC",
"main": "master.js",
"scripts": {
"master": "export NODE_ENV=production; ./master/bin/www",
"master:dev": "export NODE_ENV=development; ./master/bin/www",
"client": "node ./client/app.js",
"build": "export NODE_ENV=production; staticr ./master/public ./master/static-routes/browserify.js ./master/static-routes/less.js",
"test": "node_modules/.bin/mocha --recursive test",
"cover": "istanbul cover node_modules/.bin/_mocha -- -u exports -R spec --recursive test"
},
"dependencies": {
"array.prototype.find": "^1.0.0",
"array.prototype.findindex": "^1.0.0",
"async": "^1.2.1",
"body-parser": "^1.12.4",
"chrome-remote-interface": "^0.7.0",
"config": "^1.14.0",
"cookie-parser": "~1.3.5",
"cron": "^1.0.9",
"debug": "~2.2.0",
"deep-equal": "^1.0.0",
"express": "^4.12.4",
"hbs": "^3.1.0",
"mdns": "^2.2.9",
"mkdirp": "^0.5.1",
"moment-timezone": "^0.4.0",
"morgan": "^1.5.3",
"node-uuid": "^1.4.3",
"q": "^1.4.1",
"rpi-gpio": "^0.5.2",
"serve-favicon": "^2.2.1",
"sinon": "^1.15.4",
"socket.io": "^1.3.5",
"touch": "0.0.3",
"winston": "^1.0.1"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"bootstrap": "^3.3.5",
"browserify": "^10.2.4",
"chai": "^3.0.0",
"clean-css": "^3.3.4",
"crypto-browserify": "^3.9.14",
"envify": "^3.4.0",
"font-awesome": "^4.3.0",
"hogan": "^1.0.2",
"hogan.js": "^3.0.2",
"interact.js": "^1.2.4",
"istanbul": "^0.3.17",
"jquery": "^2.1.4",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma-mocha": "^0.2.0",
"karma-requirejs": "^0.2.2",
"less": "^2.5.1",
"minifyify": "^7.0.3",
"mocha": "^2.2.5",
"postcss": "^4.1.13",
"requirejs": "^2.1.18",
"socket.io-client": "^1.3.5",
"staticr": "^3.1.1",
"uglify-js": "^2.4.23"
}
}