-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 951 Bytes
/
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
{
"name": "gitbook-plugin-page-footer",
"version": "5.5.0",
"description": "a gitbook-plugin for generating footer",
"engines": {
"gitbook": ">=3.0.0-pre.0"
},
"main": "./lib/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/aleen42/gitbook-footer.git"
},
"keywords": [
"gitbook",
"gitbook-plugin",
"footer"
],
"author": "aleen42 <aleen42@vip.qq.com> (http://aleen42.github.io/pc.html)",
"contributors": [
"aleen42 <aleen42@vip.qq.com>",
"TuckerWhitehouse <TuckerWhitehouse@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/aleen42/gitbook-footer/issues"
},
"homepage": "https://github.com/aleen42/gitbook-footer#readme",
"dependencies": {
"handlebars": "^4.7.7",
"sync-request": "3.0.1",
"node-cache": "3.2.1"
},
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-aleen42": "^1.0.4"
}
}