{
  "name": "json-mock",
  "version": "0.1.0",
  "description": "Mock a REST API using just JSON. An advanced fork of typicode/json-server",
  "main": "./src/index.js",
  "bin": "./bin/index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "body-parser": "^1.8.1",
    "chalk": "^0.4.0",
    "cors": "^2.3.0",
    "errorhandler": "^1.2.0",
    "express": "^4.9.5",
    "got": "^1.2.2",
    "lowdb": "^0.7.1",
    "method-override": "^2.1.2",
    "morgan": "^1.3.1",
    "node-uuid": "^1.4.2",
    "underscore": "^1.5.2",
    "underscore-db": "^0.8.0",
    "underscore.inflections": "~0.2.1",
    "update-notifier": "^0.2.2",
    "yargs": "^1.3.1"
  },
  "devDependencies": {
    "husky": "^0.6.1",
    "istanbul": "^0.3.14",
    "mocha": "^2.2.4",
    "supertest": "~0.8.1"
  },
  "scripts": {
    "test": "./node_modules/istanbul/lib/cli.js cover _mocha --",
    "start": "node server.js",
    "prepush": "npm t"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/therebelrobot/json-mock.git"
  },
  "keywords": [
    "JSON",
    "advanced",
    "expanded",
    "nested",
    "server",
    "fake",
    "REST",
    "API",
    "prototyping",
    "mock",
    "mocking",
    "test",
    "testing",
    "rest",
    "data",
    "dummy",
    "sandbox"
  ],
  "author": "Trent Oswald (@therebelrobot) <trentoswald@therebelrobot.com>",
  "contributors":[
    "Typicode <typicode@gmail.com> (original typicode/json-server fork)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/therebelrobot/json-mock/issues"
  },
  "homepage": "https://github.com/therebelrobot/json-mock"
}
