Skip to content

Instantly share code, notes, and snippets.

@gemmadlou
Last active July 1, 2016 21:11
Show Gist options
  • Save gemmadlou/b81f7707d57b6c8d5a5c2c88b53e64a1 to your computer and use it in GitHub Desktop.
Save gemmadlou/b81f7707d57b6c8d5a5c2c88b53e64a1 to your computer and use it in GitHub Desktop.
Frontend Package JSONs
{
"name": "tbneventapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify app/source/app.js -o app/build/app.js -v -t [ envify --APP_ENV development ] -t [ babelify --presets [ es2015 react ] ]",
"run-server": "watch-http-server",
"watch-app": "watchify source/app.js -o app/build.js -v -t [ envify --APP_ENV development ] -t [ babelify --presets [ es2015 react ] ]",
"watch-test": "watchify -t reactify tests/source/test.js -o tests/build/test.js -v",
"watch": "npm-run-all --parallel run-server watch-app watch-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheBigNorth/EventApp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheBigNorth/EventApp/issues"
},
"homepage": "https://github.com/TheBigNorth/EventApp#readme",
"devDependencies": {
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"envify": "^3.4.1",
"reactify": "^1.1.1",
"watchify": "^3.7.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment