Files
2015-10-13 14:31:11 +02:00

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
}
}
}
}