Add bower.json

Signed-off-by: Alexander Shorin <kxepal@apache.org>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..75bf63c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+*.swp
+.*.swp
+
+.DS_Store
+*~
+.project
+.settings
+npm-debug.log
+coverage.html
+.idea
+lib-cov
+
+node_modules
+bower_components
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..03a06fd
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,22 @@
+{
+  "name": "couchdb-jquery-couch",
+  "version": "0.0.0",
+  "homepage": "https://github.com/apache/couchdb-jquery-couch/",
+  "main": "jquery.couch.js",
+  "moduleType": [
+    "globals"
+  ],
+  "keywords": [
+    "couchdb",
+    "jquery"
+  ],
+  "license": "Apache License, Version 2.0",
+  "private": true,
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "bower_components",
+    "test",
+    "tests"
+  ]
+}