-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 1.37 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
{
"name": "github-metadata",
"description": "Gather GitHub metadata about a repository.",
"version": "2.1.0",
"homepage": "https://github.com/doowb/github-metadata",
"author": "Brian Woodward (https://doowb.com)",
"repository": "doowb/github-metadata",
"bugs": {
"url": "https://github.com/doowb/github-metadata/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"extend-shallow": "^2.0.1",
"get-value": "^2.0.6",
"github-base": "^0.5.4",
"github-content": "^1.0.1",
"koalas": "^1.0.2",
"set-value": "^1.0.0"
},
"devDependencies": {
"bot-github-auth": "^0.1.0",
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.2"
},
"keywords": [
"api",
"assemble",
"base",
"generate",
"generator",
"github",
"github-api",
"github-base",
"github-metadata",
"jekyll",
"metadata",
"page",
"pages",
"post",
"posts",
"site",
"static",
"static-site",
"update",
"updater"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"assemble",
"github-base"
]
},
"lint": {
"reflinks": true
}
}
}