Skip to content

Commit

Permalink
Update io-package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Nov 15, 2024
1 parent 65d4da8 commit 83296c9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,19 @@
"monitoring",
"nsclient++"
],
"license": "MIT",
"licenseInformation": {
"type": "free",
"license": "MIT"
},
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "nsclient.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/mcm4iob/ioBroker.nsclient/master/admin/nsclient.png",
"readme": "https://github.com/mcm4iob/ioBroker.nsclient/blob/master/README.md",
"loglevel": "info",
"messagebox": false,
"mode": "daemon",
"tier": 2,
"type": "infrastructure",
"compact": true,
"connectionType": "local",
Expand All @@ -156,12 +159,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
"admin": ">=6.14.17"
}
],
"plugins": {
Expand Down

0 comments on commit 83296c9

Please sign in to comment.