12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "gulp-clean",
- "version": "0.4.0",
- "description": "A gulp plugin for removing files and folders.",
- "keywords": [
- "gulpplugin",
- "clean",
- "remove",
- "delete"
- ],
- "homepage": "https://github.com/peter-vilja/gulp-clean",
- "bugs": "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": {
- "fancy-log": "^1.3.2",
- "plugin-error": "^0.1.2",
- "rimraf": "^2.6.2",
- "through2": "^2.0.3",
- "vinyl": "^2.1.0"
- },
- "devDependencies": {
- "mocha": "^1.19.0",
- "chai": "^1.9.1"
- },
- "engines": {
- "node": ">=0.9"
- },
- "license": "MIT"
- }
|