{
  "name": "couch-db",
  "version": "1.1.3",
  "description": "extendable couchdb client for nodejs, with convenient apis",
  "main": "./lib/index.js",
  "scripts": {
    "test": "npm run lint && ./node_modules/.bin/mocha -R spec test",
    "lcov": "./node_modules/.bin/istanbul cover _mocha --report lcovonly -- -R spec",
    "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | ./node_modules/.bin/coveralls || exit 0)",
    "lint": "./node_modules/.bin/jshint lib/*.js test/*.js package.json",
    "test-cov": "mocha -r blanket -R html-cov test > coverage.html"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:villadora/node-couchdb.git"
  },
  "bugs": {
    "url": "https://github.com/villadora/node-couchdb/issues"
  },
  "keywords": [
    "couch",
    "couchdb",
    "couch-client",
    "api"
  ],
  "dependencies": {
    "underscore": "~1.6.0",
    "request": "~2.33.0",
    "debug": "~0.7.4"
  },
  "devDependencies": {
    "istanbul": "^0.2.10",
    "mocha": "~1.17.1",
    "blanket": "~1.1.6",
    "chai": "~1.9.0",
    "coveralls": "^2.10.0",
    "mocha-lcov-reporter": "0.0.1",
    "travis-cov": "~0.2.5",
    "semver": "~2.2.1",
    "jshint": "^2.5.1"
  },
  "config": {
    "blanket": {
      "pattern": "node-couchdb/lib/"
    }
  },
  "readmeFilename": "README.md",
  "author": {
    "name": "villa.gao",
    "email": "jky239@gmail.com"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "license": "BSD"
}
