{
  "name": "spore-mock",
  "version": "0.4.2",
  "description": "轻量级 mock 服务，支持 mock 数据模块化",
  "main": "index.js",
  "scripts": {
    "dev": "gulp start",
    "test": "gulp test",
    "example-full": "./bin/spore-mock -c ./example/full/mock.js",
    "example-mock-api": "./bin/spore-mock -c ./example/mock-api/mock.js",
    "example-mock-page": "./bin/spore-mock -c ./example/mock-page/mock.js",
    "example-simple": "./bin/spore-mock -c ./example/simple/mock.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SporeUI/spore-mock.git"
  },
  "author": "TabSpace <pillar0514@163.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SporeUI/spore-mock/issues"
  },
  "files": [
    "bin",
    "lib",
    "index.js"
  ],
  "bin": {
    "spore-mock": "./bin/spore-mock"
  },
  "homepage": "https://github.com/SporeUI/spore-mock#readme",
  "dependencies": {
    "body-parser": "^1.18.2",
    "chalk": "^2.4.2",
    "commander": "^2.9.0",
    "cors": "^2.8.1",
    "express": "^4.15.0",
    "http-proxy-middleware": "^0.19.1",
    "ip": "^1.1.4",
    "lodash": "^4.17.4",
    "mockjs": "^1.0.1-beta3",
    "pug": "^2.0.0-rc.1",
    "spore-kit-obj": "^0.1.2",
    "spore-kit-str": "^0.2.0",
    "stacktracey": "^1.0.59",
    "walk-sync": "^0.3.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "cross-spawn": "^5.1.0",
    "del": "^2.2.2",
    "ejs": "2.6.1",
    "gulp": "^4.0.0",
    "gulp-eslint": "^3.0.1",
    "gulp-mocha": "^4.0.1",
    "mocha": "^4.0.1",
    "request": "^2.79.0"
  }
}
