diff --git a/bower.json b/bower.json
index 154effe..83bf150 100644
--- a/bower.json
+++ b/bower.json
@@ -1,16 +1,28 @@
 {
   "name": "bootstrap-modal",
+  "version": "2.2.6",
+  "homepage": "https://github.com/jschr/bootstrap-modal.git",
+  "authors": [
+    "Jordan Schroter"
+  ],
   "description": "Extends the default Bootstrap Modal class. Responsive, stackable, ajax and more.",
-  "version": "2.2.5",
-  "main": ["js/bootstrap-modal.js", "js/bootstrap-modalmanager.js", "css/bootstrap-modal.css"],
+  "main": ["./js/bootstrap-modal.js","./js/bootstrap-modalmanager.js","./css/bootstrap-modal.css", "./img/ajax-loader.gif"],
   "dependencies": {
-    "bootstrap": "2.3.0"
+    "bootstrap": ">=2.3.0"
   },
-  "url": "https://github.com/jschr/bootstrap-modal.git",
-  "author": "Jordan Schroter",
-  "license": {
-    "type": "Apache License 2.0",
-    "url": "https://github.com/jschr/bootstrap-modal/blob/master/LICENSE"
-  }
-
+  "keywords": [
+  "bootstrap",
+  "modal"
+  ],
+  "license": "MIT",
+  "ignore": [
+  "**/.*",
+  "*.md",
+  "LICENCE",
+  "node_modules",
+  "bower_components",
+  "composer.json",
+  "params.json",
+  "*.html"
+  ]
 }
\ No newline at end of file