update bower.json

This commit is contained in:
David Miller 2014-08-15 03:16:40 -04:00
parent ae3e701b17
commit c4e4b2f55f

View File

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