Update io-package.json

This commit is contained in:
2018-09-23 14:45:53 +08:00
parent ee02b95f4d
commit 980399cc7c

View File

@@ -2,65 +2,18 @@
"common": {
"name": "vis-material",
"version": "0.1.5",
"news": {
"0.1.5": {
"en": "feat: new window shutter widget",
"de": "feat: neues Fenster-Rollladen widget",
"ru": "feat: new window shutter widget"
},
"0.1.4": {
"en": "feat: new humidity widget",
"de": "feat: neues Luftfeuchte widget",
"ru": "feat: new humidity widget"
},
"0.1.3": {
"en": "feat: new dimmer widget",
"de": "feat: new dimmer widget",
"ru": "feat: new dimmer widget"
},
"0.1.2": {
"en": "feat: switch added to light widget",
"de": "feat: switch added to light widget",
"ru": "feat: switch added to light widget"
},
"0.1.1": {
"en": "feat: temperature and light widget",
"de": "feat: temperature and light widget",
"ru": "feat: temperature and light widget"
},
"0.1.0": {
"en": "feat: include material css from uhula",
"de": "feat: include material css from uhula",
"ru": "feat: include material css from uhula"
},
"0.0.1": {
"en": "initial adapter",
"de": "Initiale Version",
"ru": "Первоначальный адаптер",
"pt": "Versão inicial",
"fr": "Version initiale",
"nl": "Eerste release"
}
},
"title": "material widgets",
"desc": {
"en": "material Widgets for yunkong2.vis",
"de": "material Widgets für yunkong2.vis",
"ru": "material Widgets для yunkong2.vis",
"pt": "molde de Widgets para o yunkong2.vis",
"fr": "modèle de Widgets pour yunkong2.vis",
"nl": "sjabloon widgets voor yunkong2.vis"
"cn": "material Widgets für yunkong2.vis"
},
"platform": "Javascript/Node.js",
"platform": "Node.js",
"icon": "material.png",
"enabled": true,
"mode": "once",
"extIcon": "https://git.spacen.net/nisiode/yunkong2.vis-material/raw/master/admin/material.png",
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.vis-material/raw/master/admin/material.png",
"keywords": ["material", "vis", "GUI", "graphical", "scada"],
"readme": "https://github.com/nisiode/yunkong2.vis-material/blob/master/README.md",
"authors": [
"nisiode <nisio.air@gmail.com>"
],
"readme": "https://git.spacen.net/yunkong2/yunkong2.vis-material/blob/master/README.md",
"localLink": "%web_protocol%://%ip%:%web_port%/vis/edit.html",
"license": "MIT",
"dependencies": ["vis"],