{
  "name": "papi",
  "version": "0.27.0",
  "description": "Build HTTP API clients",
  "main": "lib",
  "devDependencies": {
    "async": "^2.0.0-rc.3",
    "bluebird": "^3.1.1",
    "debug": "^2.0.0",
    "istanbul": "^0.4.0",
    "jscs": "^3.0.3",
    "jshint": "^2.5.5",
    "lodash": "^4.11.2",
    "mocha": "^2.1.0",
    "nock": "^8.0.0",
    "request": "^2.44.0",
    "should": "^8.3.1",
    "sinon": "^1.10.3"
  },
  "scripts": {
    "cover": "istanbul cover _mocha -- --recursive && open coverage/lcov-report/index.html",
    "bench": "BENCHMARK=true mocha test/benchmark.js",
    "test": "jshint lib test && jscs lib test && istanbul cover _mocha -- --recursive --check-leaks --globals Promise && istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/silas/node-papi.git"
  },
  "keywords": [
    "api",
    "client",
    "http",
    "rest"
  ],
  "author": "Silas Sewell <silas@sewell.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/silas/node-papi/issues"
  },
  "homepage": "https://github.com/silas/node-papi"
}
