jsdoc/packages/jsdoc-syntax/package.json
2019-01-19 21:49:27 -08:00

23 lines
519 B
JSON

{
"name": "@jsdoc/syntax",
"version": "1.0.0",
"description": "Enumerates the types of AST nodes that JSDoc recognizes.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jsdoc3/jsdoc"
},
"keywords": [
"jsdoc"
],
"author": {
"name": "Jeff Williams",
"email": "jeffrey.l.williams@gmail.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jsdoc3/jsdoc/issues"
},
"homepage": "https://github.com/jsdoc3/jsdoc#readme"
}