Files
node-screenlogic/package.json
Parnic ab36d17a38 Increase version for NPM-specific fix
I had local changes to the example script that inadvertently were pushed to npm as part of 1.6.0, so that release on npm didn't match the repo's contents.
2020-07-15 20:58:41 -05:00

29 lines
659 B
JSON
Executable File

{
"name": "node-screenlogic",
"description": "Tool for connecting to Pentair ScreenLogic systems on the local network",
"version": "1.6.0-1",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/parnic/node-screenlogic.git",
"keywords": [
"pentair",
"pool",
"screenlogic",
"swimmingpool"
],
"dependencies": {
"debug": "^4.1.1",
"smart-buffer": "~4.1.0"
},
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-strongloop": "^2.1.0",
"mocha": "^8.0.0"
},
"scripts": {
"test": "mocha test/*.spec.js",
"pretest": "eslint --ignore-path .gitignore .",
"test-slmessage": "mocha test/slmessage.spec.js"
}
}