{
  "name": "node-static-server-anywhere",
  "version": "0.1.2",
  "description": "使用 Nodejs 搭建一个静态资源文件服务器",
  "bin": {
    "anywhere": "bin/static_anywhere"
  },
  "main": "src/app.js",
  "dependencies": {
    "chalk": "^2.4.2",
    "handlebars": "^4.1.2",
    "yargs": "^13.2.2"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0",
    "pre-commit": "^1.2.2"
  },
  "scripts": {
    "lint": "eslint .",
    "fix": "eslint --fix ."
  },
  "pre-commit": [
    "fix",
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KevinZyz/node-static-server-anywhere.git"
  },
  "keywords": [],
  "author": "Kevin_zhang",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/KevinZyz/node-static-server-anywhere/issues"
  },
  "homepage": "https://github.com/KevinZyz/node-static-server-anywhere#readme"
}
