forked from frankwallis/gulp-hub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.22 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
59
60
61
{
"name": "gulp-hub",
"description": "A gulp plugin to run tasks from multiple gulpfiles",
"version": "0.8.0+theatlantic",
"private": "true",
"homepage": "https://github.com/frankwallis/gulp-hub",
"author": {
"name": "Frank Wallis",
"email": "[email protected]"
},
"contributors": [
"Rob McGuire-Dale <[email protected]>",
"Andrew Gatlabayan <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/frankwallis/gulp-hub.git"
},
"bugs": {
"url": "https://github.com/frankwallis/gulp-hub/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/frankwallis/gulp-hub/blob/master/LICENSE-MIT"
}
],
"main": "lib/index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"callsite": "^1.0.0",
"glob": "^7.0.3",
"gulp": "^3.8.10",
"gulp-util": "^3.0.7",
"lodash": "^4.13.1",
"proxyquire": "^1.0.1",
"run-sequence": "^1.0.2"
},
"devDependencies": {
"gulp": "^3.5.5",
"gulp-bump": "^2.1.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.5.3",
"should": "^9.0.2",
"sinon": "^1.10.3"
},
"keywords": [
"gulp",
"hub",
"grunt-hub",
"gulp-chug",
"multi",
"gulpfriendly"
]
}