wishthis/node_modules/gulp-dedupe/package.json

36 lines
881 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
"name": "gulp-dedupe",
2022-04-08 10:55:35 +00:00
"description": "Check for duplicates in the stream and filter them or throw an error",
"version": "0.0.2",
"homepage": "https://github.com/hoho/gulp-dedupe",
"repository": "git://github.com/hoho/gulp-dedupe.git",
"author": "Marat Abdullin <dakota@brokenpipe.ru>",
"license": "MIT",
"main": "./index.js",
"keywords": [
"gulpplugin",
"dedupe",
"duplicates"
],
"bugs": {
"url": "https://github.com/hoho/gulp-dedupe/issues"
},
"dependencies": {
"gulp-util": "~3.0.1",
"through": "~2.3.6",
"lodash.defaults": "~2.4.1",
"colors": "~1.0.2",
"diff": "~1.0.8"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=0.10"
}
2022-01-21 08:28:41 +00:00
}