Jeff Williams 426ec423b3 Publish
- @jsdoc/cli@0.2.0
 - @jsdoc/core@0.3.0
 - @jsdoc/eslint-config@1.1.3
 - @jsdoc/task-runner@0.1.5
 - @jsdoc/test-matchers@0.1.4
 - @jsdoc/util@0.1.0
 - jsdoc@4.0.0-dev.10
2019-12-31 14:41:05 -08:00

35 lines
742 B
JSON

{
"name": "@jsdoc/test-matchers",
"version": "0.1.4",
"description": "Jasmine matchers that JSDoc uses in its tests.",
"keywords": [
"jasmine",
"jsdoc",
"task",
"test"
],
"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": {
"add-matchers": "^0.6.2",
"jasmine-expect": "^4.0.3"
},
"engines": {
"node": ">=10.18.0"
}
}