gitlogplus
Version:
Git log parser for Node.JS
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "gitlogplus",
"version": "3.1.7",
"description": "Git log parser for Node.JS",
"main": "index.js",
"scripts": {
"lint": "jshint .",
"checkStyle": "jscs .",
"test": "istanbul cover ./node_modules/.bin/_mocha -- -r should",
"posttest": "istanbul check-coverage --statements 95 --branches 85 --functions 100 --lines 95 && rm -rf coverage"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"keywords": [
"git",
"log",
"parser"
],
"author": {
"name": "Jonathan Down",
"email": "jonathan@proposify.com"
},
"contributors": [
{
"name": "Dom Harrington",
"url": "https://github.com/domharrington/node-gitlog"
}
],
"license": "BSD",
"engines": {
"node": ">=0.11.12"
},
"devDependencies": {
"istanbul": "^0.4.5",
"jscs": "^3.0.7",
"jshint": "^2.5.6",
"mocha": "^3.0.2",
"should": "~11.1.0"
},
"dependencies": {
"debug": "^3.1.0",
"lodash.assign": "^4.2.0"
}
}