UNPKG

885 BJSONView Raw
1{
2 "name": "gulp-if",
3 "description": "Conditionally run a task",
4 "version": "2.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.0.0",
17 "ternary-stream": "^2.0.0",
18 "through2": "^2.0.0"
19 },
20 "devDependencies": {
21 "end-of-stream": "^1.1.0",
22 "graceful-fs": "^4.1.2",
23 "jshint": "^2.8.0",
24 "mkdirp": "^0.5.1",
25 "mocha": "^2.3.3",
26 "rimraf": "^2.4.3",
27 "should": "^7.1.0",
28 "stream-exhaust": "^1.0.1",
29 "vinyl-fs": "^2.1.1"
30 },
31 "scripts": {
32 "test": "mocha && jshint ."
33 },
34 "engines": {
35 "node": ">= 0.10.0"
36 },
37 "license": "MIT"
38}