123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "grunt-contrib-clean",
- "description": "Clean files and folders.",
- "version": "0.6.0",
- "homepage": "https://github.com/gruntjs/grunt-contrib-clean",
- "author": {
- "name": "Grunt Team",
- "url": "http://gruntjs.com/"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/gruntjs/grunt-contrib-clean.git"
- },
- "bugs": {
- "url": "https://github.com/gruntjs/grunt-contrib-clean/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/gruntjs/grunt-contrib-clean/blob/master/LICENSE-MIT"
- }
- ],
- "engines": {
- "node": ">= 0.8.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "dependencies": {
- "rimraf": "~2.2.1"
- },
- "devDependencies": {
- "grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-nodeunit": "~0.3.3",
- "grunt-contrib-internal": "~0.4.10",
- "grunt": "~0.4.0"
- },
- "peerDependencies": {
- "grunt": "~0.4.0"
- },
- "keywords": [
- "gruntplugin"
- ],
- "files": [
- "tasks",
- "LICENSE-MIT"
- ]
- }
|