{
  "name": "grunt-gitnewer2",
  "version": "1.0.6",
  "description": "Run Grunt tasks with only those source files modified since the last git commit.",
  "main": "gruntfile.js",
  "scripts": {
    "test": "grunt test",
    "start": "grunt test watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jgeurts/grunt-git-newer.git"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "keywords": [
    "gruntplugin",
    "git",
    "newer"
  ],
  "author": "springuper,jgeurts",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jgeurts/grunt-git-newer/issues"
  },
  "homepage": "https://github.com/jgeurts/grunt-git-newer#readme",
  "peerDependencies": {
    "grunt": ">=0.4.1"
  },
  "devDependencies": {
    "grunt": "0.4.5",
    "grunt-cli": "0.1.13",
    "grunt-contrib-watch": "0.6.1",
    "grunt-contrib-jshint": "0.10.0",
    "chai": "1.9.2",
    "grunt-cafe-mocha": "0.1.13",
    "wrench": "1.5.8",
    "tmp": "0.0.24"
  },
  "dependencies": {
    "async": "^1.4.2"
  }
}
