You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/10/31 04:01:00 UTC

[4/9] jquery-couch commit: updated refs/heads/master to ec5fa13

Add dependencies

they are managed with bower, except sinon. there is no browser
build on bower for sinon and also no one on npm so far. in the
future they want to use browserify

Signed-off-by: Alexander Shorin <kx...@apache.org>


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/b93776b7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/tree/b93776b7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/diff/b93776b7

Branch: refs/heads/master
Commit: b93776b7ea6eca80e6792ee98ff7a6ce95dcb93f
Parents: c7d975a
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Mon Jun 16 22:49:36 2014 +0200
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Jul 31 19:19:18 2014 +0400

----------------------------------------------------------------------
 bower.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/blob/b93776b7/bower.json
----------------------------------------------------------------------
diff --git a/bower.json b/bower.json
index 03a06fd..b9846fc 100644
--- a/bower.json
+++ b/bower.json
@@ -18,5 +18,10 @@
     "bower_components",
     "test",
     "tests"
-  ]
+  ],
+  "devDependencies": {
+    "mocha": "~1.20.1",
+    "jquery": "~2.1.1",
+    "chai": "~1.9.1"
+  }
 }