-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.33 KB
/
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
53
54
55
56
57
58
{
"name": "gulp-ccr-each-dir",
"version": "0.2.0",
"description": "Iterates each sub directories and pass to sub tasks. A cascading configurable gulp recipe for gulp-chef.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gulp-cookery/gulp-ccr-each-dir.git"
},
"keywords": [
"gulp",
"gulp 4.0",
"gulp-cookery",
"gulp-chef",
"gulp-ccr",
"configurable-gulp-recipe",
"configurable-gulp-recipes",
"stream",
"directory",
"iterator",
"cookery",
"plugin",
"plugins",
"recipe",
"recipes",
"configurable",
"configuration",
"configurations"
],
"author": "Amobiz",
"license": "MIT",
"bugs": {
"url": "https://github.com/gulp-cookery/gulp-ccr-each-dir/issues"
},
"homepage": "https://github.com/gulp-cookery/gulp-ccr-each-dir#readme",
"peerDependencies": {
"gulp-chef": "^0.1.0"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"mocha-cases": "^0.1.4",
"sinon": "^1.17.2",
"through2": "^2.0.0"
},
"dependencies": {
"globby": "^5.0.0",
"gulp-ccr-config-helper": "^0.1.0",
"gulp-ccr-each": "^0.1.0",
"gulp-ccr-stream-helper": "^0.1.0",
"gulplog": "^1.0.0"
}
}