{
  "name": "interfake",
  "preferGlobal": true,
  "version": "1.20.0",
  "author": "Daniel Hough <daniel.hough@gmail.com>",
  "description": "A simple way to create dummy APIs",
  "contributors": [
    {
      "name": "Daniel Hough",
      "email": "daniel.hough@gmail.com",
      "url": "https://danhough.com"
    },
    {
      "name": "rajit",
      "url": "https://github.com/rajit"
    },
    {
      "name": "bruce-one",
      "url": "https://github.com/bruce-one"
    },
    {
      "name": "roychoo",
      "url": "https://github.com/roychoo"
    }
  ],
  "scripts": {
    "test": "mocha tests/*.test.js --reporter spec"
  },
  "files": [
    "example-apis",
    "index.js",
    "lib"
  ],
  "keywords": [
    "cli",
    "http",
    "server",
    "mocking",
    "mocks",
    "testing",
    "api",
    "rest"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:basicallydan/interfake.git"
  },
  "dependencies": {
    "body-parser": "^1.6.7",
    "commander": "2.3.0",
    "connect-json": "0.0.0",
    "core-util-is": "^1.0.1",
    "deepmerge": "^4.0.0",
    "express": "^4.16.4",
    "lodash": "^4.17.15",
    "merge": "^1.2.1",
    "serve-static": "^1.13.2",
    "watchr": "^2.4.13"
  },
  "license": "MIT",
  "engines": {
    "node": ">=4"
  },
  "main": "./lib/server.js",
  "bin": "./index.js",
  "devDependencies": {
    "api-easy": "^0.4.0",
    "connect": "^3.6.6",
    "mocha": "^5.2.0",
    "q": "~1.0.1",
    "request": "^2.88.0"
  }
}
