rafinskipg/git-changelog

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "git-changelog",
  "description": "A git changelog tool",
  "version": "2.0.0",
  "homepage": "https://github.com/rafinskipg/git-changelog",
  "author": {
    "name": "rafinskipg",
    "email": "rafinskipg@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rafinskipg/git-changelog.git"
  },
  "bugs": {
    "url": "https://github.com/rafinskipg/git-changelog/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/rafinskipg/git-changelog/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 8.17.0"
  },
  "scripts": {
    "pretest": "grunt",
    "posttest": "grunt",
    "test": "mocha -R spec test/**/*.spec.js",
    "preversion": "npm test",
    "coverage": "istanbul cover node_modules/.bin/_mocha -- -R dot"
  },
  "dependencies": {
    "colors": "^1.4.0",
    "commander": "^4.1.1",
    "debug": "^4.1.1",
    "fs-extra": "^8.1.0",
    "lodash": "^4.17.15"
  },
  "preferGlobal": true,
  "bin": {
    "git-changelog": "tasks/command.js"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "grunt": "^1.0.4",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-jshint": "^2.1.0",
    "grunt-mocha-test": "^0.13.3",
    "istanbul": "^0.4.5",
    "mocha": "^7.0.1",
    "proxyquire": "^2.1.3",
    "sinon": "^8.1.1",
    "sinon-chai": "^3.4.0"
  },
  "keywords": [
    "gruntplugin, git, git-changelog, angularjs, angular, commit, log"
  ]
}