{
  "name": "serve-here",
  "version": "3.2.0",
  "description": "local static server",
  "homepage": "https://github.com/vivaxy/here",
  "bin": {
    "here": "./index.js"
  },
  "engines": {
    "node": ">=4.0"
  },
  "scripts": {
    "precommit": "eslint .",
    "test": "mocha ./test/command.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vivaxy/here.git"
  },
  "bugs": {
    "url": "https://github.com/vivaxy/here/issues"
  },
  "keywords": [
    "server",
    "static server",
    "local server",
    "vivaxy",
    "tool",
    "web",
    "reload"
  ],
  "author": "vivaxy",
  "contributors": [
    {
      "name": "vivaxy",
      "email": "xyxuye2007@126.com"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "eslint": "^1.10.3",
    "husky": "^0.10.2",
    "mocha": "^2.1.0"
  },
  "dependencies": {
    "chokidar": "^1.3.0",
    "commander": "^2.9.0",
    "debounce": "^1.0.0",
    "ip": "^1.1.0",
    "koa": "^1.1.2",
    "koa-router": "^5.4.0",
    "log-util": "^1.1.1",
    "mime": "^1.3.4",
    "pem": "^1.8.0",
    "pug": "^2.0.0-beta5",
    "socket.io": "^1.3.7",
    "usage-tracker": "^1.1.4"
  },
  "usage-tracker-id": "0f8ecf38612266db610a6b55587b94308ec14669"
}
