diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..04cfd3f088a47908a97d40edadef142633867046
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,30 @@
+{
+  "name": "tinyDOM",
+  "version": "1.0.0",
+  "homepage": "https://github.com/Commander-lol/tinyDOM",
+  "moduleType": [
+    "globals"
+  ],
+  "authors": [
+    "Louis Capitanchik <contact@louiscap.co>"
+  ],
+  "description": "A simple DOM batch manipulation library",
+  "main": "js/tinyDOM.min.js",
+  "keywords": [
+    "DOM",
+    "Batch",
+    "Manipulation"
+  ],
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/Commander-lol/tinyDOM.git"
+  },
+  "license": "ISC",
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "bower_components",
+    "test",
+    "tests"
+  ]
+}