-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 728 Bytes
/
package.json
File metadata and controls
28 lines (27 loc) · 728 Bytes
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
{
"name": "react-example-koa",
"version": "0.0.0",
"description": "Example of a general react.js work flow/build process using koa to serve pages",
"main": "index.js",
"scripts": {
"start": "node --harmony-generators index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daryl Lau daryl@weak.io",
"license": "MIT",
"dependencies": {
"koa": "~0.6.2",
"browserify": "~4.1.8",
"reactify": "~0.13.1",
"envify": "~1.2.1",
"react": "~0.10.0",
"gulp": "~3.7.0",
"gulp-browserify": "~0.5.0",
"gulp-react": "~0.3.3",
"gulp-nodemon": "~1.0.4",
"co-views": "~0.2.0",
"koa-static": "~1.4.5",
"thunkify": "2.1.2",
"jade": "~1.3.1"
}
}