27 lines
604 B
JSON
27 lines
604 B
JSON
{
|
|
"name": "gulp-match",
|
|
"description": "Does a vinyl file match a condition?",
|
|
"version": "1.1.0",
|
|
"homepage": "https://github.com/robrich/gulp-match",
|
|
"repository": "git://github.com/robrich/gulp-match.git",
|
|
"author": "Rob Richardson (http://robrich.org/)",
|
|
"main": "./index.js",
|
|
"keywords": [
|
|
"gulpfriendly",
|
|
"conditional",
|
|
"if",
|
|
"minimatch"
|
|
],
|
|
"dependencies": {
|
|
"minimatch": "^3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "^2.9.4",
|
|
"mocha": "^6.1.4",
|
|
"should": "^13.2.3"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha && jshint ."
|
|
},
|
|
"license": "MIT"
|
|
}
|