Skip to content

Instantly share code, notes, and snippets.

@cjbell
Created August 3, 2014 11:27
Show Gist options
  • Save cjbell/cafbad5883a3b9b3e84d to your computer and use it in GitHub Desktop.
Save cjbell/cafbad5883a3b9b3e84d to your computer and use it in GitHub Desktop.
package.json for Bower
{
"name": "your-app",
"devDependencies" : {
"bower": "~1.2.8"
},
"dependencies": {
},
"license": "MIT",
"engines": {
"node": ">= 0.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment