-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1008 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "gulp-if-any-newer",
"version": "2.0.0",
"description": "Pass through all source files if any source file is newer than any dest file.",
"license": "MIT",
"repository": "github.com/cbuschka/gulp-if-any-newer",
"author": {
"name": "Cornelius Buschka",
"email": "cbuschka@gmail.com",
"url": "github.com/cbuschka"
},
"contributors": [
{
"name": "Cornelius Buschka",
"url": "github.com/cbuschka"
}
],
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"file",
"files",
"changed",
"newer",
"modified",
"modification",
"updated",
"time",
"mtime",
"stat",
"cache",
"cached",
"passthrough"
],
"dependencies": {
"fancy-log": "^1.3.3",
"glob": "^7.1.2",
"plugin-error": "^1.0.1",
"through2": "^2.0.0"
},
"devDependencies": {
"del": "^2.2.2",
"get-stream": "^3.0.0",
"gulp": "^4.0.2",
"standard": "^10.0.3"
}
}