Files
react/examples/server-rendering/jsapp/package.json
petehunt 9a78db3457 Initial add
Add readme

remove gitignore

fix graphic
2014-04-04 18:47:33 -07:00

19 lines
442 B
JSON

{
"name": "example-js-app",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "browserify -t reactify -r react -r ./src/App > ../webapp/static/bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pete Hunt",
"license": "Apache 2",
"dependencies": {
"envify": "^1.2.1",
"react": "^0.10.0",
"browserify": "^3.38.0",
"reactify": "^0.10.0"
}
}