-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.1 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
{
"name": "gulp-ccr-series",
"version": "0.1.0",
"description": "Run sub tasks in series, each one running once the previous task has completed. 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-series.git"
},
"keywords": [
"gulp",
"gulp 4.0",
"gulp-ccr",
"gulp-cookery",
"gulp-chef",
"configurable-gulp-recipe",
"configurable-gulp-recipes",
"sequence",
"sync",
"series",
"task",
"tasks",
"gulp task",
"gulp tasks",
"gulp recipe",
"gulp recipes",
"plugin",
"plugins",
"recipe",
"recipes",
"configurable",
"configuration",
"configurations"
],
"author": "Amobiz",
"license": "MIT",
"bugs": {
"url": "https://github.com/gulp-cookery/gulp-ccr-series/issues"
},
"homepage": "https://github.com/gulp-cookery/gulp-ccr-series#readme",
"peerDependencies": {
"gulp-chef": "^0.1.0"
},
"dependencies": {
"async": "^1.5.0",
"async-done": "^1.2.0"
}
}