Skip to content

Instantly share code, notes, and snippets.

@jsalonen
Created May 25, 2015 07:36
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 jsalonen/5940c9d8881d6ca689aa to your computer and use it in GitHub Desktop.
Save jsalonen/5940c9d8881d6ca689aa to your computer and use it in GitHub Desktop.
Bower.json example
{
"name": "my-bower-project",
"version": "0.0.0",
"private": true,
"dependencies": {
"angularjs": "~1.3.15",
"jquery": "~2.1.3",
"lodash": "~3.6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment