{
  "name": "@leeyeh/jsdoc-rtd",
  "description": "Readthedocs-style jsdoc template. Fork from TUI JSDoc template.",
  "version": "1.0.14",
  "license": "MIT",
  "homepage": "https://github.com/wearespindle/jsdoc-rtd",
  "main": "publish.js",
  "scripts": {
    "build-css": "node-sass --include-path scss scss/main.scss static/styles/main.css",
    "watch-css": "nodemon -e scss -x \"npm run build-css\"",
    "build-js": "browserify js/rtd.js > static/js/rtd.js",
    "watch-js": "watchify js/rtd.js -o static/js/rtd.js -dv",
    "assets": "cp -R node_modules/font-awesome/fonts/* static/fonts/;cp node_modules/font-awesome/css/font-awesome.min.css static/styles/",
    "prepublish": "npm run assets;npm run build-css;npm run build-js;"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wearespindle/jsdoc-rtd"
  },
  "keywords": [
    "jsdoc",
    "jsdoc3",
    "jsdoc-template",
    "template"
  ],
  "files": [
    "LICENSE",
    "LICENSE_TUI_JSDOC",
    "publish.js",
    "tmpl",
    "static"
  ],
  "contributors": [
    {
      "url": "https://github.com/wearespindle/jsdoc-rtd/graphs/contributors"
    }
  ],
  "dependencies": {
    "cheerio": "^0.22.0",
    "font-awesome": "^4.7.0",
    "sanitize-html": "^1.14.1",
    "taffydb": "^2.7.3",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-connect": "^5.0.0",
    "gulp-jsdoc3": "^1.0.1",
    "jsdoc": "leeyeh/jsdoc#v3.4.0",
    "node-sass": "^4.5.0",
    "nodemon": "^1.11.0",
    "watch-run": "latest"
  }
}
