forked from mixi-inc/JavaScriptTraining
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.37 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.37 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
{
"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": "git+https://github.com/chmontgomery/gulp-help.git"
},
"bugs": {
"url": "https://github.com/chmontgomery/gulp-help/issues"
},
"author": {
"name": "Chris Montgomery",
"email": "chr.montgomery@gmail.com",
"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"
}
],
"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"
},
"gitHead": "e3ee634ec8e6019472446dcaf534737ee90dcccf",
"homepage": "https://github.com/chmontgomery/gulp-help#readme",
"_id": "gulp-help@1.6.1",
"_shasum": "261db186e18397fef3f6a2c22e9c315bfa88ae0c",
"_from": "gulp-help@1.6.1",
"_npmVersion": "2.11.3",
"_nodeVersion": "2.3.2",
"_npmUser": {
"name": "chmontgomery",
"email": "chr.montgomery@gmail.com"
},
"dist": {
"shasum": "261db186e18397fef3f6a2c22e9c315bfa88ae0c",
"tarball": "http://registry.npmjs.org/gulp-help/-/gulp-help-1.6.1.tgz"
},
"maintainers": [
{
"name": "chmontgomery",
"email": "chr.montgomery@gmail.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-help/-/gulp-help-1.6.1.tgz"
}