-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
100 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "node-red-contrib-bacnet", | ||
"version": "0.2.7", | ||
"version": "0.3.0", | ||
"private": false, | ||
"description": "The BACnet toolbox package for Node-RED.", | ||
"description": "The BACnet toolbox package for Node-RED from the P4NR B2B Community.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/BiancoRoyal/node-red-contrib-bacnet.git" | ||
|
@@ -19,13 +19,13 @@ | |
"fieldbus", | ||
"biancoroyal" | ||
], | ||
"author": "Klaus Landsdorf <[email protected]> (https://bianco-royal.space/)", | ||
"author": "P4NR Support <[email protected]> (https://plus4nodered.com/)", | ||
"contributors": [ | ||
{ | ||
"name": "Node-RED PLUS <[email protected]> (https://noderedplus.de/)" | ||
"name": "P4NR B2B Community <[email protected]> (https://p4nr.com/)" | ||
}, | ||
{ | ||
"name": "Iniationware GmbH <github@iniationware.com> (https://iniationware.com/)" | ||
"name": "Iniationware GmbH <team@iniationware.com> (https://iniationware.com/)" | ||
}, | ||
{ | ||
"name": "Ingo Fischer (Gameforge)" | ||
|
@@ -52,7 +52,7 @@ | |
"engines": { | ||
"node": ">=14" | ||
}, | ||
"homepage": "https://noderedplus.de/", | ||
"homepage": "https://p4nr.com/", | ||
"scripts": { | ||
"test": "standard --fix && mocha test --recursive --reporter dot --timeout 5000", | ||
"test-with-coverage": "istanbul cover _mocha --report lcovonly -- --recursive --timeout 5000 -R spec && cat ./coverage/lcov.info | codacy-coverage --token $CODACY_COVERAGE_TOKEN && rm -rf ./coverage", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.