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