{
    "name": "yz-anydoor",
    "version": "0.1.1",
    "description": "tiny nodejs web server",
    "main": "src/app.js",
    "bin": {
        "yz-anydoor": "bin/yz-anydoor"
    },
    "scripts": {
        "lint": "eslint .",
        "fix": "eslint --fix ."
    },
    "pre-commit": [
        "fix",
        "lint"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/zhmxby/anydoor.git"
    },
    "keywords": [
        "static",
        "webserver"
    ],
    "author": "xby",
    "email": "1207366850@qq.com",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/zhmxby/anydoor/issues"
    },
    "homepage": "https://github.com/zhmxby/anydoor#readme",
    "devDependencies": {
        "babel-eslint": "^7.2.3",
        "chalk": "^2.4.1",
        "eslint": "^4.5.0",
        "pre-commit": "^1.2.2"
    },
    "dependencies": {
        "handlebars": "^4.0.10",
        "yargs": "^8.0.2"
    }
}
