Files
react/examples/server-rendering/reactserver/package.json
Paul O’Shannessy 4cfd8c6204 Update server servering example
It's referencing packages that aren't published yet but it *probably*
works...
2014-10-23 20:51:11 -07:00

17 lines
358 B
JSON

{
"name": "react-server",
"version": "0.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "cd ../jsapp && node ../reactserver/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"envify": "^3.0.0",
"react": "^0.12.0",
"express": "^3.5.1",
"node-jsx": "^0.12.0"
}
}