Browse Source

update bower.json

master
David Miller 12 years ago
parent
commit
c4e4b2f55f
  1. 16
      bower.json

16
bower.json

@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
"dist/img/team/1.jpg",
"dist/img/team/2.jpg",
"dist/img/team/3.jpg",
"dist/mail/contact_me.php",
"dist/mail/contact_me.php"
],
"ignore": [
"/.*",
@ -55,10 +55,18 @@ @@ -55,10 +55,18 @@
"bower_components",
"img/**",
"js/**",
"mail/**"
"mail/**",
"**/.*",
"node_modules",
"test",
"tests"
],
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": ">= 3.2.0",
}
"bootstrap": ">= 3.2.0"
},
"authors": [
"David Miller <david@ironsummitmedia.com>"
],
"license": "Apache 2.0"
}

Loading…
Cancel
Save