{
  "name": "requisition",
  "description": "ES7 async/await ready http client",
  "version": "1.7.0",
  "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
  "license": "MIT",
  "repository": "thenables/requisition",
  "dependencies": {
    "any-promise": "^1.1.0",
    "cookie": "^0.2.3",
    "destroy": "^1.0.3",
    "fs-cp": "^1.2.0",
    "http-errors": "^1.2.7",
    "media-typer": "^0.3.0",
    "memorizer": "^1.0.0",
    "methods": "^1.1.0",
    "mime-types": "^2.0.2",
    "mz": "^2.1.0",
    "parse-link-header": "^0.4.1",
    "statuses": "^1.2.0",
    "stream-to-array": "^2.0.2",
    "temp-path": "^1.0.0",
    "type-is": "^1.5.2"
  },
  "devDependencies": {
    "basic-auth": "^1.0.0",
    "bluebird": "^3.1.1",
    "body-parser": "^1.10.0",
    "concat-stream": "^1.4.7",
    "cookie-parser": "^1.4.1",
    "express": "^4.9.8",
    "istanbul": "^0.4.2",
    "mocha": "^2.0.0"
  },
  "scripts": {
    "test": "mocha --bail",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "keywords": [
    "request",
    "promise",
    "http",
    "https",
    "client"
  ],
  "main": "lib",
  "files": [
    "lib"
  ]
}
