{
  "name": "docdash-coverage",
  "version": "0.1.1",
  "description": "docdash with nyc's coverage.",
  "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": "https://github.com/sanghaklee/docdash-coverage.git"
  },
  "devDependencies": {
    "jsdoc": "latest",
    "browser-sync": "latest",
    "watch-run": "latest"
  },
  "author": "sanghaklee, <leesanghak7298@gmail.com>",
  "license": "Apache-2.0",
  "keywords": [
    "jsdoc",
    "template",
    "docdash",
    "coverage",
    "nyc"
  ],
  "files": [
    "publish.js",
    "static",
    "tmpl"
  ]
}
