tandrewnichols/grunt-simple-git

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-simple-git",
  "description": "A simple API for using git via grunt",
  "version": "1.0.1",
  "author": {
    "name": "Andrew Nichols",
    "email": "tandrewnichols@gmail.com",
    "url": "http://www.tandrewnichols.me"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:tandrewnichols/grunt-simple-git.git"
  },
  "bugs": {
    "url": "https://github.com/tandrewnichols/grunt-simple-git/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tandrewnichols/grunt-simple-git/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt"
  },
  "dependencies": {
    "simple-cli": "^1.0.0"
  },
  "devDependencies": {
    "coffee-script": "^1.9.0",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-mocha-cov": "^0.3.0",
    "grunt-mocha-test": "^0.11.0",
    "grunt-travis-matrix": "0.0.2",
    "indeed": "^1.0.6",
    "jshint-stylish": "^0.4.0",
    "mocha": "^2.1.0",
    "mocha-given": "^0.1.3",
    "mocha-lcov-reporter": "0.0.1",
    "proxyquire": "^1.3.1",
    "sinon": "^1.12.2"
  },
  "keywords": [
    "gruntplugin",
    "git",
    "deploy"
  ],
  "main": "./tasks/git.js",
  "config": {
    "blanket": {
      "pattern": [
        "grunt-simple-git/tasks"
      ]
    }
  }
}