{
  "_args": [
    [
      "grunt-contrib-clean@1.1.0",
      "/app"
    ]
  ],
  "_from": "grunt-contrib-clean@1.1.0",
  "_id": "grunt-contrib-clean@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-Vkq/LQN4qYOhW54/MO51tzjEBjg=",
  "_location": "/grunt-contrib-clean",
  "_phantomChildren": {
    "glob": "7.0.6"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt-contrib-clean@1.1.0",
    "name": "grunt-contrib-clean",
    "escapedName": "grunt-contrib-clean",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/app",
  "appveyor_id": "li28411ceq3n833d",
  "author": {
    "name": "Grunt Team",
    "url": "http://gruntjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt-contrib-clean/issues"
  },
  "dependencies": {
    "async": "^1.5.2",
    "rimraf": "^2.5.1"
  },
  "description": "Clean files and folders",
  "devDependencies": {
    "dir-compare": "0.0.2",
    "grunt": "^1.0.0",
    "grunt-contrib-internal": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "tasks"
  ],
  "homepage": "https://github.com/gruntjs/grunt-contrib-clean#readme",
  "keywords": [
    "gruntplugin",
    "clean",
    "cleanup",
    "remove",
    "delete",
    "del",
    "rm",
    "rmrf",
    "rimraf"
  ],
  "license": "MIT",
  "main": "tasks/clean.js",
  "name": "grunt-contrib-clean",
  "peerDependencies": {
    "grunt": ">=0.4.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gruntjs/grunt-contrib-clean.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "1.1.0"
}
