diff --git a/.gitignore b/.gitignore
index 68ee309..2433542 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,4 +10,7 @@ nbproject
.settings
# windows thumbnail cache
-Thumbs.db
\ No newline at end of file
+Thumbs.db
+
+# Bower components cache
+bower_components
diff --git a/README.md b/README.md
index 4d5fd96..16cd135 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Usage
In order to use this plugin you need the following in the `head` section of your HTML:
```html
-
+
```
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..4be0c6b
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,18 @@
+{
+ "name": "the-modal",
+ "version": "1.0.0",
+ "homepage": "https://github.com/samdark/the-modal/",
+ "authors": [
+ "Alexander Makarov "
+ ],
+ "description": "Proper modal boxes",
+ "main": "jquery.the-modal.js",
+ "keywords": [
+ "jquery",
+ "modal"
+ ],
+ "license": "BSD",
+ "dependencies": {
+ "jquery": "*"
+ }
+}
diff --git a/demo-modals.css b/demo/demo-modals.css
similarity index 100%
rename from demo-modals.css
rename to demo/demo-modals.css
diff --git a/demo.html b/demo/demo.html
similarity index 99%
rename from demo.html
rename to demo/demo.html
index 531bfa6..4ee2729 100644
--- a/demo.html
+++ b/demo/demo.html
@@ -3,9 +3,9 @@
The modal demo
-
-
-
+
+
+
@@ -237,4 +237,4 @@ Hi, I'm the modal demo.
});
-