diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..3f19704 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "startbootstrap-agency", + "version": "0.0.1", + "homepage": "https://github.com/IronSummitMedia/startbootstrap-agency", + "authors": [ + "Start Bootstrap" + ], + "description": "A free bootstrap theme for Agencies or any other use!", + "keywords": [ + "bootstrap", + "template", + "theme" + ], + "license": "Apache 2.0", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "bootstrap": "~3.2.0" + } +}