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{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "standard **/*.js bin/www",
"start": "nodemon -e js,jade,css ./bin/www",
"localtunnel": "while true; do lt --port 3000 --subdomain alleycheetah; done"
},
"dependencies": {
"alley-cheetah": "git+https://github.com/josephfrazier/alley-cheetah.git",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"body-parser": "~1.15.2",
"browserify-middleware": "^7.1.0",
"compression": "^1.6.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"express-https-redirect": "^1.0.0",
"got": "^6.6.3",
"jade": "~1.11.0",
"memoize-fs": "^1.0.5",
"morgan": "~1.7.0",
"nodemon": "^1.11.0",
"places.js": "^1.4.7",
"pretty-ms": "^2.1.0",
"promised-location": "^1.0.1",
"serve-favicon": "~2.3.0",
"setimmediate": "^1.0.5",
"transpose": "0.0.2"
},
"devDependencies": {
"localtunnel": "^1.8.2",
"standard": "^8.6.0"
}
}