forked from creativelive/gulp-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "gulp-diff-4",
"version": "4.0.1",
"description": "Gulp 4 drop-in replacement for gulp-diff - Show diffs for files in the stream against those in a target directory",
"main": "index.js",
"scripts": {
"test": "gulp beautify && gulp eslint && gulp test"
},
"author": "Arlo Gilbert (https://github.com/arlogilbert)",
"contributors": [
"Matthew Hadley (https://github.com/diffsky)",
"Alexander Beletsky (https://github.com/alexanderbeletsky)",
"Miëtek Bak (https://github.com/mietek)"
],
"license": "MIT",
"dependencies": {
"diff": "^4.0.1",
"through2": "^3.0.1",
"cli-color": "^1.4.0",
"event-stream": "^4.0.1",
"plugin-error": "^1.0.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"tape": "^4.10.1",
"gulp-insert": "^0.5.0",
"gulp-jsbeautifier": "3.0.0",
"minimist": "^1.2.0",
"gulp-eslint": "^5.0.0"
},
"directories": {
"test": "test"
},
"keywords": [
"gulpplugin",
"diff",
"diffs"
],
"repository": {
"type": "git",
"url": "git://github.com/arlogilbert/gulp-diff.git"
},
"bugs": {
"url": "https://github.com/arlogilbert/gulp-diff/issues"
},
"homepage": "https://github.com/arlogilbert/gulp-diff"
}