Skip to content

Commit

Permalink
Upload README AND package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoSotoC committed Jul 15, 2021
1 parent def109f commit 4bb2668
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# node-alarmdecoder
Node.JS client for listening and parsing AlarmDecoder events over ser2sock. Dependency-free.
Node.JS client for listening and parsing AlarmDecoder events over ser2sock with rfx support based on Alan Ibrus work.

Easily control and monitor DSC and Ademco / Honeywell Vista alarm systems with a PC, HA system, PLC or embedded device.

Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "node-alarmdecoder",
"version": "1.3.0",
"description": "Node.JS client for listening and parsing AlarmDecoder events over ser2sock",
"version": "1.0.0",
"description": "Node.JS client for listening and parsing AlarmDecoder events over ser2sock with rfx support based on Alan Ibrus work",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/alanibrus/node-alarmdecoder.git"
"url": "git+ssh://[email protected]/SantiagoSotoC/node-alarmdecoder.git"
},
"keywords": [
"alarmdecoder",
Expand All @@ -18,12 +18,13 @@
"home",
"surveillance"
],
"author": "Alan Ibrus",
"author": "Santiago Soto",
"license": "ISC",
"contributor":["Alan Ibrus"],
"bugs": {
"url": "https://github.com/alanibrus/node-alarmdecoder/issues"
"url": "https://github.com/SantiagoSotoC/node-alarmdecoder/issues"
},
"homepage": "https://github.com/alanibrus/node-alarmdecoder#readme",
"homepage": "https://github.com/SantiagoSotoC/node-alarmdecoder#readme",
"dependencies": {
"hex-to-binary": "^1.0.1"
}
Expand Down

0 comments on commit 4bb2668

Please sign in to comment.