UNPKG

grunt-remove

Version:
39 lines 884 B
{ "name": "grunt-remove", "description": "Remove directory and files", "version": "0.1.0", "homepage": "https://github.com/nvoinov/grunt-remove", "author": { "name": "nvoinov", "email": "nvoinov.dev@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/nvoinov/grunt-remove.git" }, "bugs": { "url": "https://github.com/nvoinov/grunt-remove/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/nvoinov/grunt-remove/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "~0.4.1" }, "peerDependencies": { "grunt": "~0.4.1" }, "keywords": [ "gruntplugin", "grunt", "remove", "file", "folder", "directory" ] }