{
  "name": "ggit",
  "description": "Local promise-returning git command wrappers",
  "version": "0.6.1",
  "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
  "bin": {
    "ggit": "./index.js"
  },
  "bugs": {
    "url": "https://github.com/bahmutov/ggit/issues"
  },
  "contributors": [],
  "dependencies": {
    "check-more-types": "1.1.1",
    "check-types": "1.4.0",
    "cli-table": "0.3.1",
    "colors": "1.0.3",
    "commander": "2.5.1",
    "d3-helpers": "0.3.0",
    "glob": "4.3.2",
    "lazy-ass": "0.5.3",
    "lodash": "2.4.1",
    "moment": "2.8.4",
    "optimist": "0.6.1",
    "q": "2.0.2",
    "quote": "0.2.2",
    "ramda": "0.8.0"
  },
  "devDependencies": {
    "grunt": "0.4.5",
    "grunt-bump": "0.0.16",
    "grunt-complexity": "0.2.0",
    "grunt-contrib-jshint": "0.10.0",
    "grunt-deps-ok": "0.5.1",
    "grunt-jsonlint": "1.0.4",
    "grunt-nice-package": "0.9.2",
    "grunt-node-qunit": "2.0.2",
    "grunt-readme": "0.4.5",
    "gt": "0.8.47",
    "jshint-stylish": "1.0.0",
    "matchdep": "0.3.0",
    "pre-git": "0.1.1",
    "qunit-promises": "0.1.4",
    "time-grunt": "1.0.0"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/bahmutov/ggit",
  "keywords": [
    "git",
    "repo",
    "wrapper",
    "js",
    "javascript",
    "nodejs"
  ],
  "license": "MIT",
  "main": "./index.js",
  "pre-commit": [
    "grunt",
    "npm test"
  ],
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/bahmutov/ggit.git"
  },
  "scripts": {
    "test": "grunt && npm run gt",
    "gt": "node node_modules/gt src/test/*.js --output",
    "e2e": "node node_modules/gt test/*.js --output"
  }
}
