Jeff Williams 6d583fb23f Publish
- @jsdoc/core@0.1.10
 - @jsdoc/eslint-config@1.1.2
 - @jsdoc/task-runner@0.1.4
 - @jsdoc/test-matchers@0.1.3
 - jsdoc@4.0.0-dev.6
2019-12-07 12:21:48 -08:00

32 lines
699 B
JSON

{
"name": "@jsdoc/task-runner",
"version": "0.1.4",
"description": "Task runner for JSDoc templates.",
"keywords": [
"jsdoc",
"task"
],
"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": {
"dependency-graph": "^0.8.1",
"emittery": "^0.5.1",
"ow": "^0.15.0",
"p-queue": "^6.2.1"
}
}