19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"name": "mmm-screenlogic",
|
|
"version": "1.1.0",
|
|
"description": "Show data from Pentair ScreenLogic systems",
|
|
"main": "MMM-ScreenLogic.js",
|
|
"author": "parnic",
|
|
"repository": "https://github.com/parnic/MMM-ScreenLogic.git",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-screenlogic": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "./node_modules/.bin/eslint ."
|
|
}
|
|
}
|