Files
node-screenlogic/package.json
Parnic b6ee816fb3 Added decoding of messages
Also moved things out to their own files and setup require()s to bring it all together.
2018-03-30 16:07:56 -05:00

13 lines
333 B
JSON
Executable File

{
"name": "screen-logic-connect",
"description": "Tool for connecting to Pentair ScreenLogic systems on the local network",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/parnic/ScreenLogicConnect-NodeJS.git",
"main": "index.js",
"dependencies": {
"smart-buffer": "~4.0.1"
}
}