@release-notes/changelog-parser
Version:
Parse CHANGELOG.md, HISTORY.md and derivative markdown files into js objects.
33 lines (32 loc) • 791 B
JSON
{
"name": "@release-notes/changelog-parser",
"description": "Parse CHANGELOG.md, HISTORY.md and derivative markdown files into js objects.",
"version": "0.1.2",
"author": "Alrik Zachert <alrik.zachert@gmail.com>",
"keywords": [
"release notes",
"release-notes",
"releasenotes",
"changelog",
"changelog.md",
"history.md",
"parser"
],
"homepage": "https://release-notes.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/release-notes/changelog-parser/issues"
},
"repository": {
"url": "https://github.com/release-notes/changelog-parser"
},
"contributors": [
"Alrik Zachert <alrik.zachert@gmail.com>"
],
"dependencies": {
"@release-notes/node": "^0.3.0"
},
"publishConfig": {
"access": "public"
}
}