-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.31 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
44
45
46
47
48
49
50
51
52
53
{
"name": "react-sync-demo",
"version": "0.0.0",
"description": "Code from the React tutorial, modified to demonstrate syncing updates and offline activity across devices.",
"main": "server.js",
"dependencies": {
"babel-preset-react": "^6.5.0",
"babel-register": "^6.7.2",
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"engine.io": "^1.6.8",
"express": "^4.13.4",
"http": "0.0.0",
"marked": "^0.3.5",
"object-assign": "^4.0.1",
"primus": "^5.1.0",
"primus-responder": "^1.0.4",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-redux": "^4.4.4",
"react-router": "^2.1.1",
"react-router-redux": "^4.0.2",
"redux": "^3.4.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/reactjs/react-tutorial.git"
},
"keywords": [
"react",
"redux",
"react router",
"server side rendering",
"universal",
"isomorphic",
"tutorial",
"comment",
"example"
],
"bugs": {
"url": "https://github.com/firasd/react-server-tutorial/issues"
},
"homepage": "https://github.com/firasd/react-server-tutorial",
"engines": {
"node": "0.12.x"
}
}