Skip to content

Instantly share code, notes, and snippets.

@navarroaxel
Created May 1, 2014 17:20
Show Gist options
  • Save navarroaxel/787a0f24ef484101e85c to your computer and use it in GitHub Desktop.
Save navarroaxel/787a0f24ef484101e85c to your computer and use it in GitHub Desktop.
Example of bower config file
{
"name": "myweb",
"version": "0.0.1",
"dependencies": {
"jquery": "~1.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment