jsdoc/packages/jsdoc-core/package.json
Jeff Williams b58ff9c96c Publish
- @jsdoc/core@0.1.3
 - @jsdoc/eslint-config@1.0.5
2019-09-08 19:39:20 -07:00

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"
}