forked from GitbookIO/plugin-versions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 697 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 697 Bytes
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
{
"name": "gitbook-plugin-versions",
"version": "2.1.4",
"description": "Display a <select> with other versions of your gitbook",
"main": "index.js",
"author": "Samy Pesse <samypesse@gmail.com>",
"license": "Apache-2.0",
"engines": {
"gitbook": ">=2.6.2"
},
"gitbook": {
"properties": {
"type": {
"type": "string",
"enum": [
"branches",
"tags",
"languages"
],
"default": "branches"
},
"includeFilepath": {
"type": "boolean",
"description": "True to insert current filepath at the end of the version url"
}
}
},
"devDependencies": {
"eslint": "^2.7.0"
}
}