{ "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" } }