forked from gaearon/flux-react-router-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1007 Bytes
/
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
{
"name": "flux-react-router-example",
"version": "0.2.0",
"description": "A sample app featuring Flux and React Router",
"dependencies": {
"flux": "^2.0.1",
"humps": "0.0.1",
"jsx-loader": "^0.12.2",
"normalizr": "^0.1.2",
"object-assign": "^1.0.0",
"react": "^0.12.0",
"react-document-title": "^0.1.3",
"react-router": "^0.11.4",
"superagent": "^0.18.2",
"underscore": "^1.6.0"
},
"devDependencies": {
"react-hot-loader": "^0.5.0",
"request": "^2.40.0",
"webpack": "^1.3.3-beta2",
"webpack-dev-server": "^1.4.10"
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gaearon/flux-react-router-example.git"
},
"author": "Dan Abramov <[email protected]> (http://github.com/gaearon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/flux-react-router-example/issues"
},
"homepage": "https://github.com/gaearon/flux-react-router-example"
}