{
  "name": "docdash-extended-chensuiyi",
  "version": "1.1.1",
  "description": "JSDoc 模板 - 陈随易特制",
  "main": "publish.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chenbimo/docdash-extended.git"
  },
  "devDependencies": {
    "browser-sync": "latest",
    "jsdoc": "latest",
    "watch-run": "latest"
  },
  "author": "chensuiyi",
  "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/chenbimo/docdash-extended/issues"
  },
  "homepage": "https://github.com/chenbimo/docdash-extended#readme",
  "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\""
  }
}