You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
353 B
15 lines
353 B
10 years ago
|
{
|
||
|
"dependencies": {
|
||
|
"browserify": "^4.1.11",
|
||
|
"reactify": "^0.13.1",
|
||
|
"envify": "^1.2.1",
|
||
|
"react": "^0.13.0",
|
||
|
"http-server": "^0.6.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"postinstall": "npm run build",
|
||
|
"start": "http-server -c-1",
|
||
|
"build": "grunt --gruntfile ../Gruntfile.js && browserify -t reactify src.js > bundle.js --harmony"
|
||
|
}
|
||
|
}
|