forked from teltploek/gulp-jade-find-affected
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 888 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 888 Bytes
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
{
"name": "gulp-jade-find-affected",
"version": "0.2.2",
"description": "Find affected files when changing jade files that are dependencies in other files and pass them through the stream for compilation",
"keywords": [
"jade",
"gulpplugin"
],
"repository": {
"type": "git",
"url": "git@github.com:teltploek/gulp-jade-find-affected.git"
},
"author": {
"name": "Brian Frisch",
"email": "brian.frisch@gmail.com"
},
"dependencies": {
"vinyl-fs" : "*",
"glob" : "*",
"glob-stream" : "*",
"lodash" : "*",
"through2" : "*",
"map-stream" : "*",
"vinyl" : "*",
"gulp-util" : "*"
},
"main": "index.js",
"engines": {
"node": ">= 0.10"
},
"devDependencies": {
"gulp": "~3.4.0"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/teltploek/gulp-jade-find-affected/issues"
}
}