-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 KB
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
{
"name": "node-express-react-iso-starter",
"version": "1.0.0",
"description": "A starter pack for a node/express web app using isomorphic react",
"main": "run-server.js",
"scripts": {
"postinstall": "NODE_ENV=production gulp",
"start": "NODE_ENV=production node run-server.js"
},
"dependencies": {
"babel": "^5.8.23",
"compression": "^1.5.2",
"ejs": "^2.3.4",
"express": "~4.9.x",
"node-jsx": "^0.13.3",
"react": "^0.13.3",
"react-router": "^0.13.3"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parrydotmy/node-express-react-iso-starter.git"
},
"keywords": [
"node",
"express",
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/parrydotmy/node-express-react-iso-starter/issues"
},
"homepage": "https://github.com/parrydotmy/node-express-react-iso-starter#readme",
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.1.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-watch": "^4.3.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"author": "Michael Parry"
}