{
  "name": "cogent",
  "version": "1.0.1",
  "description": "Simpler HTTP requests using co",
  "repository": "cojs/cogent",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com",
    "twitter": "https://twitter.com/jongleberry"
  },
  "license": "MIT",
  "main": "lib",
  "dependencies": {
    "debug": "*",
    "netrc": "~0.1.3",
    "write-to": "^1.0.0",
    "raw-body": "^1.1.2",
    "statuses": "^1.0.2"
  },
  "devDependencies": {
    "koa": "0",
    "koa-basic-auth": "^1.1.0",
    "co": "^3.0",
    "mocha": "^1.6",
    "should": "^3.0",
    "istanbul-harmony": "~0.2.9"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "mocha --harmony-generators --require should --reporter spec",
    "test-cov": "node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
    "test-travis": "node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
  }
}
