89 lines
2.0 KiB
JSON
89 lines
2.0 KiB
JSON
|
{
|
||
|
"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"
|
||
|
],
|
||
|
"_id": "grunt-contrib-clean@0.6.0",
|
||
|
"dist": {
|
||
|
"shasum": "f532dba4b8212674c7c013e146bda6638b9048f6",
|
||
|
"tarball": "http://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.6.0.tgz"
|
||
|
},
|
||
|
"_from": "grunt-contrib-clean@*",
|
||
|
"_npmVersion": "1.3.26",
|
||
|
"_npmUser": {
|
||
|
"name": "vladikoff",
|
||
|
"email": "vlad@vladikoff.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "tkellen",
|
||
|
"email": "tyler@sleekcode.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "cowboy",
|
||
|
"email": "cowboy@rj3.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "shama",
|
||
|
"email": "kyle@dontkry.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "vladikoff",
|
||
|
"email": "vlad@vladikoff.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "sindresorhus",
|
||
|
"email": "sindresorhus@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "jmeas",
|
||
|
"email": "jellyes2@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"directories": {},
|
||
|
"_shasum": "f532dba4b8212674c7c013e146bda6638b9048f6",
|
||
|
"_resolved": "https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-0.6.0.tgz"
|
||
|
}
|