Files
gitbook/test/node_modules/gitbook-plugin-test-config/package.json
T
2016-02-22 10:20:43 +01:00

21 lines
513 B
JSON

{
"name": "gitbook-plugin-test-config",
"version": "1.0.0",
"engines": {
"gitbook": "*"
},
"gitbook": {
"properties": {
"myProperty": {
"type": "string",
"required": true,
"title": "This is a required property"
},
"myDefaultProperty": {
"type": "string",
"default": "hello",
"title": "This is a required property"
}
}
}
}