gitlog-parser
Version:
git log parser
27 lines (26 loc) • 561 B
JSON
{
"name": "gitlog-parser",
"version": "0.0.4",
"description": "git log parser",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git@github.com:yorkie/node-gitlog-parser.git"
},
"keywords": [
"git",
"parser"
],
"author": "Yorkie Neil <yorkiefixer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yorkie/node-gitlog-parser/issues"
},
"homepage": "https://github.com/yorkie/node-gitlog-parser",
"dependencies": {
"byline": "^4.1.1"
}
}