Jeff Williams 85cbed9c0c change loading process for plugins and Markdown highlighters; remove jsdoc/path
We now simply use `require()` to load plugins and Markdown highlighters.

Note that `@jsdoc/util.path.commonPrefix`, unlike `jsdoc/path.commonPrefix`, does not append `path.sep` to the return value.

Includes other minor cleanup.
2019-01-27 15:18:28 -08:00

38 lines
875 B
JSON

{
"name": "@jsdoc/template-original",
"version": "1.0.0",
"description": "An updated version of JSDoc 3's original template.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jsdoc3/jsdoc"
},
"keywords": [
"jsdoc",
"template"
],
"author": {
"name": "Jeff Williams",
"email": "jeffrey.l.williams@gmail.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jsdoc3/jsdoc/issues"
},
"homepage": "https://github.com/jsdoc3/jsdoc#readme",
"dependencies": {
"@jsdoc/logger": "file:../jsdoc-logger",
"@jsdoc/util": "file:../jsdoc-util",
"code-prettify": "^0.1.0",
"color-themes-for-google-code-prettify": "^2.0.4",
"mkdirp": "^0.5.1",
"open-sans-fonts": "^1.5.0",
"taffydb": "2.6.2"
},
"greenkeeper": {
"ignore": [
"taffydb"
]
}
}