initial commit
This commit is contained in:
35
node_modules/gulp-if/package.json
generated
vendored
Normal file
35
node_modules/gulp-if/package.json
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user