{
  "author": {
    "name": "Clement Moron",
    "email": "clement.moron@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/clenemt/docdash/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami",
  "devDependencies": {
    "browser-sync": "latest",
    "jsdoc": "latest",
    "watch-run": "latest"
  },
  "homepage": "https://github.com/clenemt/docdash#readme",
  "keywords": [
    "jsdoc",
    "template"
  ],
  "license": "Apache-2.0",
  "main": "publish.js",
  "name": "docdash_im_fork",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clenemt/docdash.git"
  },
  "scripts": {
    "sync": "browser-sync start -s ../fixtures-doc -f ../fixtures-doc --reload-delay 1000 --no-ui --no-notify",
    "test": "jsdoc -c fixtures/fixtures.conf.json",
    "watch": "watch-run -d 1000 -p tmpl/**,static/** \"npm run test\""
  },
  "version": "0.4.0"
}
