Skip to content

Instantly share code, notes, and snippets.

@JuanLuisGarciaBorrego
Created April 13, 2015 21:14
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 JuanLuisGarciaBorrego/6c21f10b8b788d698ed2 to your computer and use it in GitHub Desktop.
Save JuanLuisGarciaBorrego/6c21f10b8b788d698ed2 to your computer and use it in GitHub Desktop.
bower.json
{
"name": "my-project",
"version": "1.0.0",
"main": "path/to/main.css",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
"<name>": "<version>",
"<name>": "<folder>",
"<name>": "<package>"
},
"devDependencies": {
"<test-framework-name>": "<version>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment