megadoc-docstring
Version:
A generic comment (or "docstring") parser.
34 lines (33 loc) • 697 B
JSON
{
"name": "megadoc-docstring",
"version": "7.1.0",
"description": "A generic comment (or \"docstring\") parser.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/megadoc/megadoc.git"
},
"keywords": [
"megadoc",
"documentation",
"docstring",
"tag",
"parser",
"comments",
"comment",
"jsdoc",
"jsduck"
],
"author": "Ahmad Amireh",
"license": "MIT",
"bugs": {
"url": "https://github.com/megadoc/megadoc/issues"
},
"homepage": "https://github.com/megadoc/megadoc#readme",
"dependencies": {
"jsdoctypeparser": "1.2.0"
},
"devDependencies": {
"megadoc-test-utils": "^7.1.0"
}
}