NPM package file

This commit is contained in:
Parnic
2018-03-30 10:25:33 -05:00
parent 7d4af8db5f
commit c1234187ca

11
package.json Executable file
View File

@ -0,0 +1,11 @@
{
"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",
"dependencies": {
"smart-buffer": "~4.0.1"
}
}