mirror of
https://github.com/node-red/node-red
synced 2024-11-21 23:48:30 +00:00
18 lines
359 B
JSON
18 lines
359 B
JSON
|
{
|
||
|
"tags": {
|
||
|
"allowUnknownTags": false,
|
||
|
"dictionaries": ["jsdoc"]
|
||
|
},
|
||
|
"source": {
|
||
|
"include": [
|
||
|
"./red/runtime-api"
|
||
|
]
|
||
|
},
|
||
|
"templates": {
|
||
|
"systemName": "Node-RED Runtime API",
|
||
|
"theme":"yeti",
|
||
|
"footer": "",
|
||
|
"copyright": "Released under the Apache License v2.0"
|
||
|
}
|
||
|
}
|