mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 16:15:22 +00:00
21 lines
462 B
JSON
21 lines
462 B
JSON
{
|
|
"name": "gitbook-plugin-testconfig",
|
|
"description": "Test plugin configuration",
|
|
"main": "index.js",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"gitbook": "*"
|
|
},
|
|
"gitbook": {
|
|
"properties": {
|
|
"hello": {
|
|
"type": "string",
|
|
"default": "world"
|
|
},
|
|
"testRequired": {
|
|
"type": "number",
|
|
"required": true
|
|
}
|
|
}
|
|
}
|
|
} |