{
  "name": "rest-facade",
  "version": "1.16.4",
  "description": "Simple abstraction for consuming REST API endpoints",
  "main": "src/index.js",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "scripts": {
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec $(find ./tests -name *.tests.js) && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test": "mocha $(find ./tests -name *.tests.js) --opts mocha.opts",
    "test-watch": "mocha $(find ./tests -name *.tests.js) --opts mocha.opts --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngonzalvez/rest-facade.git"
  },
  "keywords": [
    "facade",
    "rest",
    "api"
  ],
  "author": "Nicolás Gonzálvez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ngonzalvez/rest-facade/issues"
  },
  "homepage": "https://github.com/ngonzalvez/rest-facade#readme",
  "devDependencies": {
    "chai": "^3.4.0",
    "coveralls": "^2.13.3",
    "istanbul": "^0.4.5",
    "mocha": "^2.3.3",
    "mocha-lcov-reporter": "^1.0.0",
    "nock": "^2.15.0",
    "sinon": "^1.17.2"
  },
  "dependencies": {
    "change-case": "^2.3.0",
    "deepmerge": "^3.2.0",
    "lodash.get": "^4.4.2",
    "superagent": "^7.1.3"
  },
  "peerDependencies": {
    "superagent-proxy": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "superagent-proxy": {
      "optional": true
    }
  }
}
