{
  "name": "grunt-contrib-clean",
  "description": "Clean files and folders",
  "version": "2.0.1",
  "author": {
    "name": "Grunt Team",
    "url": "https://gruntjs.com/"
  },
  "repository": "gruntjs/grunt-contrib-clean",
  "license": "MIT",
  "engines": {
    "node": ">=12"
  },
  "main": "tasks/clean.js",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "async": "^3.2.3",
    "rimraf": "^2.6.2"
  },
  "devDependencies": {
    "dir-compare": "^4.0.0",
    "grunt": "^1.5.2",
    "grunt-contrib-internal": "^7.0.0",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-nodeunit": "^4.0.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.5"
  },
  "keywords": [
    "gruntplugin",
    "clean",
    "cleanup",
    "remove",
    "delete",
    "del",
    "rm",
    "rmrf",
    "rimraf"
  ],
  "files": [
    "tasks"
  ],
  "appveyor_id": "li28411ceq3n833d"
}
