Skip to content

Commit

Permalink
3.2.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefau committed Sep 14, 2024
1 parent 1dff4a0 commit 5f323f3
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 56 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

109 changes: 55 additions & 54 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"author":{
"name":"zefau",
"email":"[email protected]"
"author": {
"name": "zefau",
"email": "[email protected]"
},
"bugs":{
"url":"https://github.com/Zefau/ioBroker.jarvis/issues"
"bugs": {
"url": "https://github.com/Zefau/ioBroker.jarvis/issues"
},
"contributors":[
"contributors": [
{
"name":"zefau",
"email":"[email protected]"
"name": "zefau",
"email": "[email protected]"
}
],
"dependencies":{
"@electron/asar":"^3.2.13",
"@iobroker/adapter-core":"^3.1.6",
"axios":"^1.7.7",
"date-fns":"^3.6.0",
"ip":"^2.0.1",
"node-ical":"^0.19.0",
"node-schedule":"^2.1.1",
"ohash":"^1.1.3",
"platform":"^1.3.6",
"rfdc":"^1.4.1",
"rrule":"^2.8.1",
"semver":"^7.6.2",
"uuid":"^10.0.0",
"ws":"^8.18.0"
"dependencies": {
"@electron/asar": "^3.2.13",
"@iobroker/adapter-core": "^3.1.6",
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"ip": "^2.0.1",
"node-ical": "^0.19.0",
"node-schedule": "^2.1.1",
"ohash": "^1.1.3",
"platform": "^1.3.6",
"rfdc": "^1.4.1",
"rrule": "^2.8.1",
"semver": "^7.6.2",
"uuid": "^10.0.0",
"ws": "^8.18.0"
},
"deprecated":false,
"description":"jarvis - just another remarkable vis",
"devDependencies":{
"@iobroker/adapter-dev":"^1.3.0",
"@iobroker/testing":"^4.1.3",
"chai":"^5.1.1",
"gulp":"^5.0.0",
"mocha":"^10.0.0"
"deprecated": false,
"description": "jarvis - just another remarkable vis",
"devDependencies": {
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.3",
"chai": "^5.1.1",
"gulp": "^5.0.0",
"mocha": "^10.0.0"
},
"directories":{
"lib":"lib"
"directories": {
"lib": "lib"
},
"engines":{
"node":">= 20",
"npm":">= 9.3.1",
"yarn":">= 1.21.1"
"engines": {
"node": ">= 20",
"npm": ">= 9.3.1",
"yarn": ">= 1.21.1"
},
"files":[
"files": [
"LICENSE",
"README.md",
"io-package.json",
Expand All @@ -55,8 +55,8 @@
"test",
"admin"
],
"homepage":"https://github.com/Zefau/ioBroker.jarvis",
"keywords":[
"homepage": "https://github.com/Zefau/ioBroker.jarvis",
"keywords": [
"ioBroker",
"vis",
"visualization",
Expand All @@ -75,18 +75,19 @@
"vue",
"lovelace"
],
"license":"CC-BY-NC-ND-4.0",
"main":"jarvis.min.js",
"name":"iobroker.jarvis",
"repository":{
"type":"git",
"url":"git+https://github.com/Zefau/ioBroker.jarvis.git"
"license": "CC-BY-NC-ND-4.0",
"main": "jarvis.min.js",
"name": "iobroker.jarvis",
"repository": {
"type": "git",
"url": "git+https://github.com/Zefau/ioBroker.jarvis.git"
},
"scripts":{
"test":"npm run test:package && npm run test:unit",
"test:integration":"mocha test/integration --exit",
"test:package":"mocha test/package --exit",
"test:unit":"mocha test/unit --exit",
"translate":"translate-adapter"
}
}
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:integration": "mocha test/integration --exit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"translate": "translate-adapter"
},
"version": "3.2.0-rc.4"
}

0 comments on commit 5f323f3

Please sign in to comment.