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