Skip to content

Instantly share code, notes, and snippets.

@5a494d
Created December 24, 2014 03:10
Show Gist options
  • Save 5a494d/fd60914b9ede946e2365 to your computer and use it in GitHub Desktop.
Save 5a494d/fd60914b9ede946e2365 to your computer and use it in GitHub Desktop.
.bowerrc
{
"directory": "www/vendor/"
}
{
"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