Jeff Williams 396614d8c6 Publish
- @jsdoc/core@0.1.4
 - @jsdoc/eslint-config@1.0.6
 - jsdoc@4.0.0-dev.0
2019-09-20 16:08:27 -07:00

31 lines
741 B
JSON

{
"name": "@jsdoc/eslint-config",
"version": "1.0.6",
"description": "Default ESLint configuration for JSDoc packages.",
"keywords": [
"eslint",
"jsdoc"
],
"author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
"homepage": "https://github.com/jsdoc/jsdoc#readme",
"license": "Apache-2.0",
"main": "index.js",
"peerDependencies": {
"eslint": ">= 6.4.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"
},
"gitHead": "81a824eb0968851f836fc6069376d0337775f9ba"
}