Skip to content

Instantly share code, notes, and snippets.

@bartek
Created September 6, 2013 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bartek/bc35d0270f29deb2263f to your computer and use it in GitHub Desktop.
Save bartek/bc35d0270f29deb2263f to your computer and use it in GitHub Desktop.
{
"name": "foodtruck",
"version": "0.0.1",
"scripts": {
"start": "node ./server.js",
"build": "browserify main.js --outfile bundled.js"
"watch": "watchify main.js -o bundled.js -v",
},
"dependencies": {
"gamejs": "~1.0.0"
},
"devDependencies": {
"browserify": "~2.29.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment