-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 833 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "gulp-remove-duplicate-lines",
"version": "1.0.0",
"description": "Gulp plugin that removes all duplicate lines in a file",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bfintal/gulp-remove-duplicate-lines.git"
},
"keywords": [
"gulp",
"delete",
"remove",
"duplicate",
"line",
"filter"
],
"author": "Benjamin Intal",
"email": "bfintal@gmail.com",
"url": "https://benjaminintal.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/bfintal/gulp-remove-duplicate-lines/issues"
},
"homepage": "https://github.com/bfintal/gulp-remove-duplicate-lines#readme",
"dependencies": {
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
}
}