parroit/couch-promise

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "couch-promise",
  "description": "promise based couch client",
  "version": "0.6.0",
  "homepage": "https://github.com/parroit/couch-promise",
  "author": {
    "name": "parroit",
    "email": "andrea.parodi@ebansoftware.net"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/parroit/couch-promise.git"
  },
  "bugs": {
    "url": "https://github.com/parroit/couch-promise/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/MIT"
    }
  ],
  "main": "lib/couch-promise",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "mocha --require ./test/init",
    "test-watch": "mocha --require ./test/init --watch"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "mocha": "^2.1.0"
  },
  "dependencies": {
    "requesty": ">0.1.0",
    "lodash": "~2.3.0"
  },
  "keywords": [
    "couch",
    "promise",
    "browser",
    "node",
    "db"
  ]
}