{
  "name": "turbo-commit",
  "version": "0.8.0",
  "description": "CLI tool for Turbo Commit convention",
  "main": "./lib/cli.js",
  "scripts": {
    "test": "nyc jasmine-node --verbose --captureExceptions test",
    "test:watch": "npm test & onchange bin/*.js lib/*.js test/* -- npm test",
    "coverage": "nyc report --reporter=text-lcov > coverage.json"
  },
  "engines": {
    "node": "6.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/labs-js/turbo-commit.git"
  },
  "keywords": [
    "git",
    "commit convention",
    "turbo-commit",
    "commit",
    "convetion",
    "cli",
    "change-log",
    "git plugin"
  ],
  "author": "js-labs",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/labs-js/turbo-commit/issues"
  },
  "homepage": "https://github.com/labs-js/turbo-commit#readme",
  "dependencies": {
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "inquirer": "^1.1.2",
    "promise": "^7.1.1",
    "shelljs": "^0.7.4"
  },
  "bin": {
    "git-turbo": "./lib/git/git-turbo.js",
    "git-tc": "./lib/git/git-tc.js",
    "git-tl": "./lib/git/git-tl.js",
    "git-ta": "./lib/git/git-ta.js",
    "turbo": "./lib/cli.js"
  },
  "devDependencies": {
    "console-mock": "^1.0.24",
    "eslint": "^3.4.0",
    "jasmine-node": "^1.14.5",
    "nyc": "^8.1.0",
    "onchange": "^3.0.0"
  }
}
