mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
69 lines
1.4 KiB
JSON
69 lines
1.4 KiB
JSON
{
|
|
"name": "jsdoc",
|
|
"version": "4.0.0-dev",
|
|
"revision": "1557679849716",
|
|
"description": "An API documentation generator for JavaScript.",
|
|
"keywords": [
|
|
"documentation",
|
|
"javascript"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jsdoc/jsdoc"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": "^7.4.4",
|
|
"bluebird": "^3.5.4",
|
|
"catharsis": "^0.8.10",
|
|
"escape-string-regexp": "^2.0.0",
|
|
"js2xmlparser": "^4.0.0",
|
|
"klaw": "^3.0.0",
|
|
"lodash": "^4.17.11",
|
|
"markdown-it": "^8.4.2",
|
|
"markdown-it-anchor": "^5.0.2",
|
|
"marked": "^0.6.2",
|
|
"mkdirp": "^0.5.1",
|
|
"requizzle": "^0.2.2",
|
|
"strip-json-comments": "^3.0.1",
|
|
"taffydb": "2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"ajv": "^6.10.0",
|
|
"gulp": "^4.0.1",
|
|
"gulp-eslint": "^5.0.0",
|
|
"gulp-json-editor": "^2.5.2",
|
|
"nyc": "^14.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.15.0"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp lint; gulp test"
|
|
},
|
|
"bin": {
|
|
"jsdoc": "./jsdoc.js"
|
|
},
|
|
"greenkeeper": {
|
|
"ignore": [
|
|
"taffydb"
|
|
]
|
|
},
|
|
"bugs": "https://github.com/jsdoc/jsdoc/issues",
|
|
"author": {
|
|
"name": "Michael Mathews",
|
|
"email": "micmath@gmail.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"url": "https://github.com/jsdoc/jsdoc/graphs/contributors"
|
|
}
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Jeff Williams",
|
|
"email": "jeffrey.l.williams@gmail.com"
|
|
}
|
|
]
|
|
}
|