{
  "name": "grunt-changed",
  "description": "Run Grunt tasks with only those source files where the content changed to the last run.",
  "version": "3.0.0",
  "homepage": "https://github.com/researchgate/grunt-changed",
  "author": {
    "name": "Bastian Hofmann",
    "url": "http://github.com/bashofmann/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/researchgate/grunt-changed.git"
  },
  "bugs": {
    "url": "https://github.com/researchgate/grunt-changed/issues"
  },
  "license": "MIT",
  "main": "gruntfile.js",
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "lib",
    "tasks"
  ],
  "scripts": {
    "test": "grunt test",
    "start": "grunt test watch"
  },
  "devDependencies": {
    "chai": "^4.0.1",
    "fs-extra": "^8.1.0",
    "grunt": "^1.0.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-jshint": "^2.1.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-test": "^0.13.0",
    "mocha": "^6.2.0",
    "tmp": "^0.1.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin",
    "grunt",
    "changed",
    "files"
  ],
  "dependencies": {
    "async": "^3.1.0",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.5.1"
  }
}
