{
  "name": "biz-server",
  "version": "0.2.3",
  "description": "biz mock server",
  "main": "src/biz-server.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/yanyu0517/biz-server.git"
  },
  "scripts": {
    "start": "node bin/start",
    "jshint": "jshint ."
  },
  "keywords": [
    "biz",
    "mock",
    "http",
    "server"
  ],
  "contributors": [],
  "maintainers": [
    {
      "name": "Yan Yu",
      "email": "yanyu0517@126.com"
    }
  ],
  "dependencies": {
    "biz-mock": "^0.0.4",
    "co": "^4.6.0",
    "colors": "1.0.3",
    "extend": "^3.0.0",
    "http-server": "^0.9.0",
    "opener": "~1.4.0",
    "optimist": "0.6.x"
  },
  "preferGlobal": "true",
  "bin": {
    "biz-server": "./bin/http-server",
    "bs": "./bin/http-server"
  },
  "bugs": {
    "url": "https://github.com/yanyu0517/biz-server/issues"
  },
  "author": "yanyu <yanyu0517@126.com>",
  "license": "MIT",
  "devDependencies": {
    "istanbul": "^0.4.1",
    "vows": "^0.9.0-rc3"
  }
}
