forked from yourcelf/meteor-react-router-ssr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1001 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": "react-router-ssr",
"version": "2.0.4",
"description": "Server-side rendering for react-router and react-meteor-data rehydratating Meteor subscriptions",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thereactivestack/meteor-react-router-ssr.git"
},
"keywords": [
"meteor",
"react",
"reactrouter",
"react-router",
"ssr",
"server-rendering"
],
"author": "Benoit Tremblay <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thereactivestack/meteor-react-router-ssr/issues"
},
"homepage": "https://github.com/thereactivestack/meteor-react-router-ssr#readme",
"dependencies": {
"cheerio": "^0.20.0",
"cookie-parser": "^1.4.1",
"promise": "^7.1.1",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-helmet": "^3.0.0",
"react-router": "^2.0.1",
"underscore": "^1.8.3"
}
}