Update package data
This commit is contained in:
36
package.json
36
package.json
@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "magic-mirror-module-screenlogic",
|
||||
"version": "1.1.0",
|
||||
"description": "Show data from Pentair ScreenLogic systems",
|
||||
"main": "MMM-ScreenLogic.js",
|
||||
"author": "Chris Pickett",
|
||||
"repository": "https://github.com/parnic/MMM-ScreenLogic.git",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"node-screenlogic": "1.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "./node_modules/.bin/eslint ."
|
||||
}
|
||||
}
|
||||
{
|
||||
"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.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "./node_modules/.bin/eslint ."
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user