mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
34 lines
799 B
JSON
34 lines
799 B
JSON
{
|
|
"name": "@jsdoc/core",
|
|
"version": "0.1.3",
|
|
"description": "Core functionality for JSDoc.",
|
|
"keywords": [
|
|
"jsdoc"
|
|
],
|
|
"author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
|
|
"homepage": "https://jsdoc.app/",
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jsdoc/jsdoc.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jsdoc/jsdoc/issues"
|
|
},
|
|
"dependencies": {
|
|
"cosmiconfig": "^5.2.1",
|
|
"lodash": "^4.17.15",
|
|
"ow": "^0.13.2",
|
|
"strip-bom": "^4.0.0",
|
|
"strip-json-comments": "^3.0.1",
|
|
"yargs-parser": "^14.0.0"
|
|
},
|
|
"gitHead": "81a824eb0968851f836fc6069376d0337775f9ba"
|
|
}
|