UNPKG

840 BJSONView Raw
1{
2 "name": "gulp-if",
3 "description": "Conditionally run a task",
4 "version": "3.0.0",
5 "homepage": "https://github.com/robrich/gulp-if",
6 "repository": "git://github.com/robrich/gulp-if.git",
7 "author": "Rob Richardson (http://robrich.org/)",
8 "main": "./index.js",
9 "keywords": [
10 "gulpplugin",
11 "conditional",
12 "if",
13 "ternary"
14 ],
15 "dependencies": {
16 "gulp-match": "^1.1.0",
17 "ternary-stream": "^3.0.0",
18 "through2": "^3.0.1"
19 },
20 "devDependencies": {
21 "end-of-stream": "^1.4.1",
22 "graceful-fs": "^4.2.0",
23 "jshint": "^2.10.2",
24 "mkdirp": "^0.5.1",
25 "mocha": "^6.1.4",
26 "rimraf": "^2.6.3",
27 "should": "^13.2.3",
28 "stream-exhaust": "^1.0.2",
29 "vinyl-fs": "^3.0.3"
30 },
31 "scripts": {
32 "test": "mocha && jshint ."
33 },
34 "license": "MIT"
35}