-
Notifications
You must be signed in to change notification settings - Fork 4
/
io-package.json
37 lines (37 loc) · 1.31 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"common": {
"name": "icons-open-icon-library-png",
"version": "0.1.3",
"title": "Open icon library set as PNG",
"desc": {
"en": "Open icon library set for visualisation as PNG",
"de": "Open icon library Bildersatz für die Visualisierung als PNG",
"ru": "Набор иконок для из open icon library визуализации в PNG"
},
"authors": [
"bluefox <bluefox@ccu.io>"
],
"platform": "javascript/Node.js",
"icon": "icons-open-icon-library-png.png",
"mode": "none",
"keywords": [
"icons",
"material design",
"ioBroker"
],
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.icons-open-icon-library-png/master/admin/icons-open-icon-library-png.png",
"readme": "https://github.com/ioBroker/ioBroker.icons-open-icon-library-png/blob/master/README.md",
"loglevel": "info",
"dependencies": [
"web"
],
"enabled": true,
"onlyWWW": true,
"singleton": true,
"localLink": "%web_protocol%://%ip%:%web_port%/icons-open-icon-library-png/index.html",
"type": "visualization-icons",
"license": "GPLv3"
},
"native": {},
"objects": []
}