UNPKG

wheelhouse-couch

Version:

A wheelhouse library to use couchdb as a database while useing backbone on ther server.

49 lines 1.1 kB
{ "name": "wheelhouse-couch", "version": "0.4.4", "description": "A wheelhouse library to use couchdb as a database while useing backbone on ther server.", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git@github.com:joeybaker/wheelhouse-couch.git" }, "keywords": [ "flatiron", "couchdb", "couch", "backbone", "connect", "wheelhouse" ], "author": "Joey Baker", "license": "BSD", "dependencies": { "lodash": "~2.4", "backbone": "1.0.0", "cradle": "~0.6.6" }, "devDependencies": { "flatiron": "~0.3", "grunt": "~0.4.2", "grunt-bumpx": "~0.1", "grunt-notify": "~0.2", "grunt-contrib-jshint": "~0.8.0", "grunt-simple-mocha": "~0.4", "union": "~0.3", "grunt-shell": "~0.6", "grunt-jscs-checker": "~0.3.0", "sinon-chai": "~2.4.0", "sinon": "~1.7.3", "chai": "~1.8.1", "mocha": "~1.16.2", "request": "~2.30.0", "jshint-stylish": "~0.1.4", "matchdep": "~0.3.0" }, "peerDependencies": { "flatiron": "~0.3" } }