-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "isomorphic-lab",
"version": "1.0.0",
"description": "Repo for experimenting on isomorphic apps",
"dependencies": {
"body-parser": "^1.13.2",
"compression": "^1.5.1",
"envify": "^3.4.0",
"errorhandler": "^1.4.1",
"express": "^4.13.1",
"jade": "^1.11.0",
"morgan": "^1.6.1",
"newforms": "^0.12.0",
"react": "http://react.zpao.com/builds/master/latest/react.tgz",
"react-dom": "http://react.zpao.com/builds/master/latest/react-dom.tgz",
"react-router": "^1.0.0-beta3",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.0",
"superagent-ls": "^1.2.0"
},
"devDependencies": {
"browserify": "^11.0.0",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-nodemon": "^2.0.3",
"gulp-plumber": "^1.0.1",
"gulp-react": "^3.0.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"bundle": "gulp bundle-deps --production && gulp bundle-js --production",
"start": "node lib/server"
},
"engines": {
"node": "0.12.x"
},
"author": "Jonny Buchanan",
"license": "MIT"
}