You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/06/16 23:22:23 UTC

[2/8] jquery-couch commit: updated refs/heads/pre-master to 4f5ad10

add bower.json


Project: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/commit/37f3202a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/tree/37f3202a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/diff/37f3202a

Branch: refs/heads/pre-master
Commit: 37f3202a6fd28cb63757f5d144a2a40442117fc5
Parents: da3ae8e
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Mon Jun 16 22:13:14 2014 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Mon Jun 16 23:16:49 2014 +0200

----------------------------------------------------------------------
 .gitignore | 14 ++++++++++++++
 bower.json | 22 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/blob/37f3202a/.gitignore
----------------------------------------------------------------------
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

http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/blob/37f3202a/bower.json
----------------------------------------------------------------------
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"
+  ]
+}