UNPKG

tidy-jsdoc

Version:
41 lines (40 loc) 888 B
{ "name": "tidy-jsdoc", "version": "1.4.1", "author": "Julie Ng <hello@julie.io>", "license": "Apache-2.0", "description": "A clean JSDoc3 template", "repository": { "type": "git", "url": "https://github.com/julie-ng/tidy-jsdoc.git" }, "keywords": [ "jsdoc", "template" ], "homepage": "https://github.com/julie-ng/tidy-jsdoc", "scripts": { "sass": "gulp sass", "sass:watch": "gulp sass:watch", "preflight": "npm run sass & npm audit" }, "dependencies": { "jsdoc": "^3.6.3", "taffydb": "^2.7.3", "util": "^0.10.3" }, "devDependencies": { "bootstrap": "^4.3.1", "gulp": "^4.0.2", "gulp-sass": "^5.1.0", "marked": "^0.7.0", "sass": "^1.45.2", "tar": "^6.1.11" }, "overrides": { "glob-parent": "6.0.2", "glob-stream": "7.0.0", "glob-watcher": "5.0.5", "chokidar": "3.5.2" } }