-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1002 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
{
"name": "gulp-ccr-stream-helper",
"version": "0.1.0",
"description": "Stream helper functions for cascading configurable gulp recipes for gulp-chef.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gulp-cookery/gulp-ccr-stream-helper.git"
},
"keywords": [
"gulp",
"gulp 4.0",
"gulp-cookery",
"gulp-chef",
"gulp-ccr",
"configurable-gulp-recipe",
"configurable-gulp-recipes",
"cookery",
"chef",
"recipe",
"recipes",
"stream",
"helper",
"utility",
"plugin",
"plugins"
],
"author": "Amobiz",
"license": "MIT",
"bugs": {
"url": "https://github.com/gulp-cookery/gulp-ccr-stream-helper/issues"
},
"homepage": "https://github.com/gulp-cookery/gulp-ccr-stream-helper#readme",
"devDependencies": {
"mocha": "^2.3.4",
"mocha-cases": "^0.1.4"
},
"dependencies": {
"gulp-util": "^3.0.7"
}
}