{
  "name": "umock",
  "version": "2.3.0",
  "description": "服务器端的Mock",
  "bin": {
    "umock": "bin/umock"
  },
  "main": "index.js",
  "scripts": {
    "start": "node ./bin/umock",
    "server": "nodemon ./bin/umock"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vvpvvp/UMock.git"
  },
  "keywords": [
    "mock",
    "server",
    "mock server"
  ],
  "author": "alias",
  "license": "The MIT License",
  "_npmUser": {
    "name": "vvpvvp",
    "email": "a8918929@sina.com.cn"
  },
  "dependencies": {
    "body-parser": "^1.18.3",
    "cookie-parser": "~1.3.5",
    "express": "^4.16.4",
    "http-proxy": "^1.11.1",
    "morgan": "^1.9.1",
    "mysql": "^2.16.0",
    "optimist": "^0.6.1",
    "request": "^2.88.0"
  },
  "bugs": {
    "url": "https://github.com/vvpvvp/UMock/issues"
  },
  "homepage": "https://github.com/vvpvvp/UMock#readme"
}
