mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
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.
38 lines
875 B
JSON
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"
|
|
]
|
|
}
|
|
}
|