{
  "name": "hot-mock-server",
  "preferGlobal": true,
  "version": "2.0.1",
  "engines": {
    "node": ">=6.0.0"
  },
  "description": "An HTTP Server for Mock Data.",
  "keywords": [
    "cli",
    "tools",
    "express",
    "hot reload",
    "mock",
    "mock server"
  ],
  "author": {
    "name": "XWang1024",
    "email": "xwang1024@126.com",
    "url": "https://github.com/xwang1024"
  },
  "main": "index.js",
  "scripts": {
    "start": "node ./bin/hmserver",
    "sample": "node ./index.js",
    "test": "mocha -R spec -t 15000 -r thunk-mocha test/*.test.js",
    "cov": "istanbul cover node_modules/mocha/bin/_mocha && codecov"
  },
  "bin": {
    "hmserver": "./bin/hmserver"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "example": "./data-sample"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/39D/hot-mock-server.git"
  },
  "bugs": {
    "url": "https://github.com/39D/hot-mock-server/issues"
  },
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.17.1",
    "caller": "^1.0.1",
    "chalk": "^2.1.0",
    "chokidar": "^1.7.0",
    "commander": "^2.9.0",
    "cors": "^2.8.3",
    "express": "^4.15.2",
    "morgan": "^1.8.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-datetime": "^1.4.1",
    "chai-http": "^3.0.0",
    "codecov": "^2.1.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0",
    "rimraf": "^2.6.2",
    "thunk-mocha": "^1.0.8"
  }
}
