{
  "_args": [
    [
      "grunt-newer@1.3.0",
      "/var/www/shap-preprod/ShareAndPull"
    ]
  ],
  "_development": true,
  "_from": "grunt-newer@1.3.0",
  "_id": "grunt-newer@1.3.0",
  "_inBundle": false,
  "_integrity": "sha1-g8y3od2ny9irI7BZAk6+YUrS80I=",
  "_location": "/grunt-newer",
  "_phantomChildren": {
    "brace-expansion": "1.1.11",
    "fs.realpath": "1.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt-newer@1.3.0",
    "name": "grunt-newer",
    "escapedName": "grunt-newer",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-newer/-/grunt-newer-1.3.0.tgz",
  "_spec": "1.3.0",
  "_where": "/var/www/shap-preprod/ShareAndPull",
  "author": {
    "name": "Tim Schaub",
    "url": "http://tschaub.net/"
  },
  "bugs": {
    "url": "https://github.com/tschaub/grunt-newer/issues"
  },
  "dependencies": {
    "async": "^1.5.2",
    "rimraf": "^2.5.2"
  },
  "description": "Run Grunt tasks with only those source files modified since the last successful run.",
  "devDependencies": {
    "chai": "^3.5.0",
    "grunt": "1.0.1",
    "grunt-cafe-mocha": "0.1.13",
    "grunt-cli": "^1.1.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "mock-fs": "^3.8.0",
    "tmp": "0.0.31",
    "wrench": "1.5.8"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/tschaub/grunt-newer",
  "keywords": [
    "files",
    "grunt",
    "gruntplugin",
    "newer"
  ],
  "license": "MIT",
  "main": "gruntfile.js",
  "name": "grunt-newer",
  "peerDependencies": {
    "grunt": ">=0.4.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tschaub/grunt-newer.git"
  },
  "scripts": {
    "start": "grunt test watch",
    "test": "grunt test"
  },
  "version": "1.3.0"
}
