yunkong2.template/io-package.json

53 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2018-09-25 10:42:52 +08:00
{
"common": {
"name": "template",
"version": "0.6.0",
"news": {
"0.6.0": {
"en": "Support of admin3",
2018-09-25 11:14:50 +08:00
"cn": "Unterstützung von admin3"
2018-09-25 10:42:52 +08:00
},
"0.0.1": {
"en": "initial adapter",
2018-09-25 11:14:50 +08:00
"cn": "initial adapter"
2018-09-25 10:42:52 +08:00
}
},
"title": "Javascript/Node.js based template",
"titleLang": {
"en": "Javascript/Node.js based template",
2018-09-25 11:14:50 +08:00
"cn": "Javascript/Node.js based template"
2018-09-25 10:42:52 +08:00
},
"desc": {
2018-09-25 10:52:06 +08:00
"en": "yunkong2 template",
2018-09-25 11:14:50 +08:00
"cn": "yunkong2 Template"
2018-09-25 10:42:52 +08:00
},
"authors": [
"@@Author@@ <@@email@@>"
],
"docs": {
2018-09-25 11:14:50 +08:00
"en": "docs/en/admin.md"
2018-09-25 10:42:52 +08:00
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "template.png",
"materialize": true,
"enabled": true,
2018-09-25 10:52:06 +08:00
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.template/raw/master/admin/template.png",
2018-09-25 10:42:52 +08:00
"keywords": ["template", "vis", "GUI", "graphical", "scada"],
2018-09-25 10:52:06 +08:00
"readme": "https://git.spacen.net/yunkong2/yunkong2.template/blob/master/README.md",
2018-09-25 10:42:52 +08:00
"loglevel": "info",
"type": "general",
"license": "MIT",
"messagebox": false,
"restartAdapters": ["vis"]
},
"native": {
"test1": true,
"test2": 42,
"mySelect": "auto"
},
"objects": [
]
}