Files
wishthis/node_modules/gulp-if/package.json
2025-07-08 14:47:27 +02:00

36 lines
805 B
JSON

{
"name": "gulp-if",
"description": "Conditionally run a task",
"version": "3.0.0",
"homepage": "https://github.com/robrich/gulp-if",
"repository": "git://github.com/robrich/gulp-if.git",
"author": "Rob Richardson (http://robrich.org/)",
"main": "./index.js",
"keywords": [
"gulpplugin",
"conditional",
"if",
"ternary"
],
"dependencies": {
"gulp-match": "^1.1.0",
"ternary-stream": "^3.0.0",
"through2": "^3.0.1"
},
"devDependencies": {
"end-of-stream": "^1.4.1",
"graceful-fs": "^4.2.0",
"jshint": "^2.10.2",
"mkdirp": "^0.5.1",
"mocha": "^6.1.4",
"rimraf": "^2.6.3",
"should": "^13.2.3",
"stream-exhaust": "^1.0.2",
"vinyl-fs": "^3.0.3"
},
"scripts": {
"test": "mocha && jshint ."
},
"license": "MIT"
}