{
  "name": "peg",
  "version": "0.0.2",
  "description": "API testing through configuration",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DavidTPate/peg.git"
  },
  "keywords": [
    "api",
    "test",
    "test configuration",
    "api test"
  ],
  "author": "David Pate",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DavidTPate/peg/issues"
  },
  "homepage": "https://github.com/DavidTPate/peg#readme",
  "dependencies": {
    "bluebird": "^2.x",
    "commander": "^2.x",
    "exit": "^0.x",
    "joi": "^6.x",
    "lodash.create": "^3.x",
    "request-promise": "^0.x",
    "supports-color": "^3.x",
    "tough-cookie": "^2.x"
  },
  "devDependencies": {
    "chai": "^3.x",
    "chai-as-promised": "^5.x",
    "dirty-chai": "^1.x",
    "istanbul": "^0.x",
    "mocha": "^2.x",
    "nock": "^2.x"
  },
  "scripts": {
    "test": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks test/"
  }
}
