-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
83 lines (83 loc) · 1.71 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "gulp-help",
"version": "1.6.1",
"description": "Adds a default help task to gulp and provides the ability to add custom help messages to your gulp tasks",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"gulp",
"help",
"tasks",
"list",
"gulpfriendly"
],
"repository": {
"type": "git",
"url": "https://github.com/chmontgomery/gulp-help"
},
"bugs": {
"url": "https://github.com/chmontgomery/gulp-help/issues"
},
"author": {
"name": "Chris Montgomery",
"email": "[email protected]",
"url": "http://www.chrismontgomery.info/"
},
"contributors": [
{
"name": "Chris Montgomery",
"url": "http://www.chrismontgomery.info/"
},
{
"name": "Sascha Depold",
"url": "http://depold.com"
},
{
"name": "Scott Silvi",
"url": "https://github.com/scottsilvi"
},
{
"name": "Fede Ramirez",
"url": "http://2fd.github.io/"
},
{
"name": "Kent C. Dodds",
"url": "https://github.com/kentcdodds"
},
{
"name": "Rui Marinho",
"url": "https://github.com/ruimarinho"
},
{
"name": "Jacek Tomaszewski",
"url": "https://github.com/jtomaszewski"
},
{
"name": "MrFusion42",
"url": "https://github.com/MrFusion42"
},
{
"name": "Jordi Dosne",
"url": "https://github.com/JiDai"
},
{
"name": "yeojz",
"url": "https://github.com/yeojz"
}
],
"engines": {
"node": ">= 0.10"
},
"license": "MIT",
"dependencies": {
"chalk": "^1.0.0",
"object-assign": "^3.0.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"should": "^6.0.3",
"sinon": "^1.14.1"
}
}