{
  "name": "gulp-mock-server",
  "version": "1.1.4",
  "description": "to be the most simple gulp mock tool in the world",
  "main": "src/index.js",
  "bin": {
    "mock": "./bin/index.js"
  },
  "scripts": {
    "start": "gulp",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanyueyu/gulp-mock-server.git"
  },
  "keywords": [
    "gulp",
    "mock",
    "webserver"
  ],
  "author": "普修",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sanyueyu/gulp-mock-server/issues"
  },
  "homepage": "https://github.com/sanyueyu/gulp-mock-server#readme",
  "dependencies": {
    "body-parser": "~1.14.1",
    "colors": "~1.1.2",
    "commander": "~2.9.0",
    "connect": "^3.0.1",
    "connect-livereload": "^0.4.0",
    "connect-multiparty": "^2.0.0",
    "connect-query": "^0.2.0",
    "fs-extra": "^0.30.0",
    "gulp": "^3.9.0",
    "gulp-util": "^2.2.19",
    "isarray": "0.0.1",
    "mini-lr": "^0.1.8",
    "node.extend": "^1.0.10",
    "open": "^0.0.5",
    "optimist": "~0.6.1",
    "proxy-middleware": "^0.5.0",
    "rd": "0.0.2",
    "request": "^2.72.0",
    "serve-index": "^1.1.4",
    "serve-static": "^1.3.0",
    "through2": "^0.5.1",
    "tiny-lr": "0.1.4",
    "watch": "^0.11.0"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "mocha": "~2.3.3",
    "supertest": "~1.1.0"
  }
}
