{
    "name": "docdash-extended-xkloveme",
    "version": "1.0.3",
    "description": "JSDoc 模板 -  小康特制",
    "main": "publish.js",
    "scripts": {
        "test": "jsdoc -c fixtures/fixtures.conf.json",
        "sync": "browser-sync start -s ../fixtures-doc -f ../fixtures-doc --reload-delay 1000 --no-ui --no-notify",
        "watch": "watch-run -d 1000 -p tmpl/**,static/** \"npm run test\""
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/xkloveme/docdash-extended.git"
    },
    "devDependencies": {
        "browser-sync": "latest",
        "jsdoc": "latest",
        "watch-run": "latest"
    },
    "author": "xkloveme",
    "license": "Apache-2.0",
    "private": false,
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "keywords": [
        "jsdoc",
        "template",
        "category",
        "categories"
    ],
    "files": [
        "publish.js",
        "categories.js",
        "static",
        "tmpl"
    ],
    "dependencies": {
        "@jsdoc/salty": "^0.2.1"
    },
    "bugs": {
        "url": "https://github.com/xkloveme/docdash-extended/issues"
    },
    "homepage": "https://github.com/xkloveme/docdash-extended#readme"
}
