Skip to content

Instantly share code, notes, and snippets.

@cjbell
Created August 25, 2014 23:35
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 cjbell/c9c9e481f64faeac1993 to your computer and use it in GitHub Desktop.
Save cjbell/c9c9e481f64faeac1993 to your computer and use it in GitHub Desktop.
Browserify Package.json
{
"name": "your-app-name",
"devDependencies" : {
"bower": "~1.2.8"
},
"dependencies": {
"browserify": "~5.10.1"
},
"license": "MIT",
"engines": {
"node": ">= 0.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment