Files
leanote-ios/Leanote/editor/EditorBuilder/node_modules/gulp-clean/package.json
2015-08-21 23:49:41 +08:00

66 lines
1.5 KiB
JSON

{
"name": "gulp-clean",
"version": "0.3.1",
"description": "A gulp plugin for removing files and folders.",
"keywords": [
"gulpplugin",
"clean",
"remove",
"delete"
],
"homepage": "https://github.com/peter-vilja/gulp-clean",
"bugs": {
"url": "https://github.com/peter-vilja/gulp-clean/issues"
},
"author": {
"name": "Peter Vilja",
"url": "https://github.com/peter-vilja"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/peter-vilja/gulp-clean.git"
},
"scripts": {
"test": "mocha test.js"
},
"dependencies": {
"rimraf": "^2.2.8",
"gulp-util": "^2.2.14",
"through2": "^0.4.2"
},
"devDependencies": {
"mocha": "^1.19.0",
"chai": "^1.9.1"
},
"engines": {
"node": ">=0.9"
},
"licenses": [
{
"type": "MIT"
}
],
"_id": "gulp-clean@0.3.1",
"dist": {
"shasum": "52b08a6dfab27a81c67826eeb97affb4aa5f756d",
"tarball": "http://registry.npmjs.org/gulp-clean/-/gulp-clean-0.3.1.tgz"
},
"_from": "gulp-clean@>=0.3.1 <0.4.0",
"_npmVersion": "1.4.6",
"_npmUser": {
"name": "petervilja",
"email": "peter.vilja@gmail.com"
},
"maintainers": [
{
"name": "petervilja",
"email": "peter.vilja@gmail.com"
}
],
"deprecated": "use gulp-rimraf instead",
"directories": {},
"_shasum": "52b08a6dfab27a81c67826eeb97affb4aa5f756d",
"_resolved": "https://registry.npmjs.org/gulp-clean/-/gulp-clean-0.3.1.tgz"
}