{ "name": "couch-slouch", "version": "0.1.7", "description": "A JS API for CouchDB that does the heavy lifting", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/redgeoff/slouch" }, "keywords": [ "couchdb", "couch", "api", "client", "request", "rest", "restful", "json" ], "author": "Geoffrey Cox", "license": "MIT", "bugs": { "url": "https://github.com/redgeoff/slouch/issues" }, "scripts": { "assert-beautified": "beautify-proj -i test -c beautify.json && beautify-proj -i scripts -c beautify.json", "beautify": "beautify-proj -i test -o . -c beautify.json && beautify-proj -i scripts -o . -c beautify.json", "jshint": "jshint -c .jshintrc test scripts", "node-test": "istanbul test --dir cache/coverage/node node_modules/mocha/bin/_mocha test/node.js", "node-full-test": "npm run node-test --coverage && istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100", "browser-server": "node_modules/gofur/scripts/browser/serve.js -c cache -t test/browser.js", "browser-test": "node_modules/gofur/scripts/browser/test.js -c cache -t test/browser.js", "browser-test-firefox": "node_modules/gofur/scripts/browser/test.js -c cache -t test/browser.js -b selenium:firefox", "browser-test-chrome": "node_modules/gofur/scripts/browser/test.js -c cache -t test/browser.js -b selenium:chrome", "browser-test-phantomjs": "node_modules/gofur/scripts/browser/test.js -c cache -t test/browser.js -b selenium:phantomjs", "browser-coverage-server": "node_modules/gofur/scripts/browser-coverage/serve.js -c cache -t test/browser.js", "browser-coverage-test": "node_modules/gofur/scripts/browser-coverage/test.js -c cache -t test/browser.js", "browser-coverage-report": "istanbul report --dir cache/coverage/browser --root cache/coverage/browser lcov", "browser-coverage-check": "istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100 cache/coverage/browser/coverage.json", "browser-coverage-full-test": "npm run browser-coverage-test && npm run browser-coverage-report && npm run browser-coverage-check", "test": "npm run assert-beautified && npm run jshint && npm run node-full-test && npm run browser-coverage-full-test", "TODO-build": "", "TODO-test-in-sauce": "", "reset-db": "./reset-db.js" }, "dependencies": { "backoff-promise": "^0.0.3", "bluebird": "^3.5.0", "quelle": "^0.0.6", "request": "^2.81.0", "sporks": "^0.0.4", "squadron": "^0.0.4" }, "devDependencies": { "beautify-proj": "^1.0.0", "browserify": "^14.4.0", "chai": "^4.1.2", "chai-as-promised": "^6.0.0", "gofur": "^0.0.9", "istanbul": "^0.4.5", "jshint": "^2.9.4", "memorystream": "^0.3.1", "mocha": "^4.0.0" }, "greenkeeper": { "ignore": [ "chai-as-promised" ] } }