mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
19 lines
442 B
JSON
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"
|
|
}
|
|
}
|