-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.25 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-verb",
"version": "0.3.0",
"description": "Gulp plugin for Verb, the zero-configuration markdown docs generator for Node.js.",
"author": {
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
"maintainers": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"homepage": "https://github.com/assemble/gulp-verb",
"repository": {
"type": "git",
"url": "https://github.com/assemble/gulp-verb.git"
},
"bugs": {
"url": "https://github.com/assemble/gulp-verb/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"test": "mocha -R spec"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"keywords": [
"docs",
"documentation",
"gulpplugin",
"markdown",
"generate",
"verb"
],
"dependencies": {
"gray-matter": "^0.4.2",
"gulp-util": "^2.2.14",
"lodash": "^2.4.1",
"through2": "^0.5.1",
"verb": "^0.2.6"
},
"devDependencies": {
"event-stream": "^3.1.5",
"gulp": "^3.8.5",
"mocha": "^1.18.2",
"should": "^3.3.1"
}
}