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 <kxepal@apache.org>
1 file changed
tree: ae3b568aaf9ce1a646214352c584622f573a1c7b
  1. .gitignore
  2. bower.json
  3. jquery.couch.js
  4. LICENSE
  5. README.md
README.md

couchdb-jquery-couch

$.couch is used to communicate with a CouchDB server.

Tests

Install the dependencies:

$ bower install

Open test/runner.html in a browser to run the testsuite.