{
  "name": "chai-nock",
  "version": "1.3.0",
  "description": "Extends Chai with assertions for the Nock Http mocking framework",
  "main": "index.js",
  "scripts": {
    "test": "jest test",
    "test:coverage": "npm test -- --coverage",
    "style": "eslint ."
  },
  "keywords": [
    "chai",
    "chai-plugin",
    "nock",
    "testing",
    "assertions",
    "interceptor",
    "http"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chrisandrews7/chai-nock.git"
  },
  "author": "Chris Andrews, Ben Vaughan-Jones, Rick Clark",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chrisandrews7/chai-nock/issues"
  },
  "homepage": "https://github.com/chrisandrews7/chai-nock#readme",
  "devDependencies": {
    "coveralls": "^3.0.2",
    "eslint": "^5.9.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-prettier": "^3.3.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-prettier": "^3.0.0",
    "jest": "^24.8.0",
    "nock": "^10.0.2",
    "prettier": "^1.15.3",
    "request": "^2.88.0",
    "request-promise-native": "^1.0.5"
  },
  "dependencies": {
    "chai": "^4.2.0",
    "deep-equal": "^1.0.1"
  }
}
