aws-delivlib
Version:
A fabulous library for defining continuous pipelines for building, testing and releasing code libraries.
51 lines (50 loc) • 1.27 kB
JSON
{
"name": "changelog-parser",
"description": "Change log parser for node.",
"version": "2.8.1",
"author": "Nate Goldman <ungoldman@gmail.com>",
"bin": {
"changelog-parser": "./bin/cli.js"
},
"bugs": {
"url": "https://github.com/ungoldman/changelog-parser/issues"
},
"contributors": [
"Nate Goldman <ungoldman@gmail.com>",
"Rachel Nehmer <kneemer@gmail.com>",
"Viktor Havrylin <fer0x.feo@gmail.com>",
"J R Mykolyn <jrmykolyn@gmail.com>",
"Bogdan Plieshka <bogdanplieshka@gmail.com>",
"Ciro Nunes <ciroanunes@gmail.com>",
"Andy Edwards <jedwards@fastmail.com>"
],
"dependencies": {
"line-reader": "^0.2.4",
"remove-markdown": "^0.2.2"
},
"devDependencies": {
"gh-release": "^6.0.1",
"standard": "^16.0.4",
"tap-spec": "^5.0.0",
"tape": "^5.5.2"
},
"homepage": "https://github.com/ungoldman/changelog-parser",
"keywords": [
"CHANGELOG.md",
"changelog",
"parser",
"semantic",
"semver",
"versioning"
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ungoldman/changelog-parser.git"
},
"scripts": {
"release": "gh-release && npm publish",
"test": "standard && node test | tap-spec"
}
}