UNPKG

888 BJSONView Raw
1{
2 "name": "grunt-contrib-clean",
3 "description": "Clean files and folders",
4 "version": "2.0.0",
5 "author": {
6 "name": "Grunt Team",
7 "url": "https://gruntjs.com/"
8 },
9 "repository": "gruntjs/grunt-contrib-clean",
10 "license": "MIT",
11 "engines": {
12 "node": ">=6"
13 },
14 "main": "tasks/clean.js",
15 "scripts": {
16 "test": "grunt test"
17 },
18 "dependencies": {
19 "async": "^2.6.1",
20 "rimraf": "^2.6.2"
21 },
22 "devDependencies": {
23 "dir-compare": "^1.4.0",
24 "grunt": "^1.0.3",
25 "grunt-contrib-internal": "^3.1.0",
26 "grunt-contrib-jshint": "^1.1.0",
27 "grunt-contrib-nodeunit": "^2.0.0"
28 },
29 "peerDependencies": {
30 "grunt": ">=0.4.5"
31 },
32 "keywords": [
33 "gruntplugin",
34 "clean",
35 "cleanup",
36 "remove",
37 "delete",
38 "del",
39 "rm",
40 "rmrf",
41 "rimraf"
42 ],
43 "files": [
44 "tasks"
45 ],
46 "appveyor_id": "li28411ceq3n833d"
47}