Skip to content

Instantly share code, notes, and snippets.

@edudepetris
Created March 13, 2014 15:34
Show Gist options
  • Save edudepetris/9530703 to your computer and use it in GitHub Desktop.
Save edudepetris/9530703 to your computer and use it in GitHub Desktop.
Bower
{
"name": "middleman-cordova",
"version": "0.0.1",
"authors": [
"Ryan Lindsey <ryan@pixelsonly.com>"
],
"description": "Middleman template for Cordova 3.x.x",
"main": "index.html",
"keywords": [
"Middleman",
"Cordova"
],
"license": "MIT",
"homepage": "https://github.com/pixelsonly/middleman-cordova",
"private": true,
"ignore": [
"**/.*",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "latest",
"jquery-mobile": "latest",
"fastclick": "latest",
"normalize-css": "latest"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment