Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gabrielfeitosa
Last active September 25, 2015 02:27
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 gabrielfeitosa/5c3e6e5c43cc1166a99b to your computer and use it in GitHub Desktop.
Save gabrielfeitosa/5c3e6e5c43cc1166a99b to your computer and use it in GitHub Desktop.
Arquivo exemplo do bower.json
{
"name": "bower-exemplo",
"version": "0.0.0",
"homepage": "https://github.com/gabrielfeitosa/blog_exemplos",
"authors": [
"Gabriel Feitosa <gabfeitosa@gmail.com>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT"
}
{
"name": "bower-exemplo",
"version": "0.0.0",
"homepage": "https://github.com/gabrielfeitosa/blog_exemplos",
"authors": [
"Gabriel Feitosa <gabfeitosa@gmail.com>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"dependencies": {
"angular": "angularjs#~1.4.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment