Last active
September 25, 2015 02:27
-
-
Save gabrielfeitosa/5c3e6e5c43cc1166a99b to your computer and use it in GitHub Desktop.
Arquivo exemplo do bower.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "bower-exemplo", | |
"version": "0.0.0", | |
"homepage": "https://github.com/gabrielfeitosa/blog_exemplos", | |
"authors": [ | |
"Gabriel Feitosa <[email protected]>" | |
], | |
"description": "", | |
"main": "", | |
"moduleType": [], | |
"license": "MIT" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "bower-exemplo", | |
"version": "0.0.0", | |
"homepage": "https://github.com/gabrielfeitosa/blog_exemplos", | |
"authors": [ | |
"Gabriel Feitosa <[email protected]>" | |
], | |
"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