35 lines
881 B
JSON
35 lines
881 B
JSON
{
|
|
"name": "gulp-dedupe",
|
|
"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"
|
|
}
|
|
}
|