-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
37 lines (37 loc) · 913 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
{
"name": "gitbook-plugin-summary",
"version": "1.1.0",
"description": "Gitbook plugin to auto-generate SUMMARY.md",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/julianxhokaxhiu/gitbook-plugin-summary.git"
},
"keywords": [
"gitbook",
"gitbook-plugin",
"gitbook-summary"
],
"author": {
"name": "Julian Xhokaxhiu",
"email": "",
"url": "https://julianxhokaxhiu.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/julianxhokaxhiu/gitbook-plugin-summary/issues"
},
"homepage": "https://github.com/julianxhokaxhiu/gitbook-plugin-summary#readme",
"engines": {
"gitbook": ">=3.2.3"
},
"dependencies": {
"fantasy-identities": "0.0.1",
"folktale": "^2.3.2",
"glob": "^7.1.6",
"immutable": "^3.8.2",
"immutable-ext": "^1.1.5",
"markdown-parser": "0.0.8"
}
}