Files
yunkong2.rest/io-package.json
2018-09-23 18:53:21 +08:00

52 lines
1.7 KiB
JSON

{
"common": {
"name": "rest",
"version": "0.1.1",
"title": "Javascript/Node.js based rest adapter",
"desc": {
"en": "yunkong2 rest Adapter",
"cn": "云控 REST Adapter"
},
"authors": [
"my Name <my@email.com>"
],
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "rest.png",
"enabled": true,
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.rest/raw/master/admin/rest.png",
"keywords": ["rest", "REST"],
"readme": "https://git.spacen.net/yunkong2/yunkong2.rest/blob/master/README.md",
"loglevel": "info",
"type": "communication",
"dependencies": [{"js-controller": ">=0.12.0"}]
},
"native": {
"test1": true,
"test2": 42,
"port": 9090,
"auth": false,
"secure": false,
"bind": "0.0.0.0",
"defaultUser": "admin",
"certPublic": "defaultPublic",
"certPrivate": "defaultPrivate",
"certChained": "",
"pollURL": "",
"interval": 30000,
"leEnabled": false,
"leUpdate": false,
"leCheckPort": 80,
"doorInputs": [],
"doorOutputs": []
},
"objects": [
]
}