Created
August 25, 2014 23:35
-
-
Save cjbell/c9c9e481f64faeac1993 to your computer and use it in GitHub Desktop.
Browserify Package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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