Skip to content

Instantly share code, notes, and snippets.

@furzeface
Last active August 29, 2015 14:07
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 furzeface/22db513d5d39f5ec47a0 to your computer and use it in GitHub Desktop.
Save furzeface/22db513d5d39f5ec47a0 to your computer and use it in GitHub Desktop.
Sample bower.json file.
{
"name": "myProject",
"version": "1.0.0",
"authors": [
"Daniel Furze <daniel@furzeface.com>"
],
"description": "My awesome project.",
"main": "index.html",
"keywords": [
"Bower"
],
"license": "MIT",
"homepage": "http://daniel.furzeface.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"jquery": "~2.1.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment