-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.19 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.19 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "gulp-chef",
"version": "0.1.4",
"description": "Cascading configurable recipes for gulp 4.0. An elegant, intuitive way to reuse gulp tasks.",
"main": "index.js",
"scripts": {
"test": "mocha ./test/specs/**/*_test.js",
"debug": "node ./node_modules/gulp/bin/gulp.js build"
},
"keywords": [
"async",
"automatic",
"automation",
"build",
"cascade",
"cascading",
"cookbook",
"conditional",
"conditional configuration",
"config",
"configure",
"configurable",
"configuration",
"dry",
"env",
"environment",
"flow",
"glob",
"gulp",
"gulp 4.0",
"gulpfriendly",
"gulp-cookery",
"gulp-chef",
"inherit",
"inheritance",
"join",
"json",
"json-schema",
"merge",
"make",
"nesting",
"normalize",
"path",
"parallel",
"pipe",
"plugin",
"queue",
"recipe",
"registry",
"reuse",
"runner",
"schema",
"series",
"settings",
"stream",
"task"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gulp-cookery/gulp-chef.git"
},
"author": "Amobiz",
"license": "MIT",
"peerDependencies": {
"gulp": ">=4.0.0 || >=4.0.0-alpha.2 || >=4.0.0-beta.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"eslint": "^1.10.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5",
"mocha-cases": "^0.1.10",
"sinon": "^1.17.3",
"streamifier": "^0.1.1"
},
"dependencies": {
"async": "^1.5.2",
"chalk": "^1.1.1",
"end-of-stream": "^1.1.0",
"glob": "^6.0.4",
"globby": "^2.1.0",
"globjoin": "^0.1.4",
"gulp-ccr-clean": "^0.1.1",
"gulp-ccr-copy": "^0.1.0",
"gulp-ccr-merge": "^0.1.0",
"gulp-ccr-parallel": "^0.1.0",
"gulp-ccr-pipe": "^0.1.0",
"gulp-ccr-queue": "^0.1.0",
"gulp-ccr-series": "^0.1.0",
"gulp-ccr-watch": "^0.1.1",
"gulp-load-plugins": "^1.2.0",
"gulp-util": "^3.0.7",
"gulplog": "^1.0.0",
"json-normalizer": "^0.3.5",
"json-regulator": "^0.1.16",
"lodash": "^4.6.1",
"require-dir": "^0.3.0",
"stream-exhaust": "^1.0.1",
"yargs": "^3.32.0"
}
}