Created
December 24, 2014 03:10
-
-
Save 5a494d/fd60914b9ede946e2365 to your computer and use it in GitHub Desktop.
.bowerrc
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
{ | |
"directory": "www/vendor/" | |
} |
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": "my-app", | |
"version": "0.0.0", | |
"authors": [ | |
"jorge <[email protected]>" | |
], | |
"description": "my personal app", | |
"main": "www/index.html", | |
"dependencies": { | |
"lungo": "2.2.1" | |
}, | |
"keywords": [ | |
"cordova", | |
"lungo" | |
], | |
"license": "MIT", | |
"homepage": "https://github.com/akima", | |
"ignore": [ | |
"**/.*", | |
"node_modules", | |
"bower_components", | |
"test", | |
"tests" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment