Update package data

This commit is contained in:
2020-08-23 19:56:57 -05:00
parent a24b03d299
commit 34f6beeec7

View File

@ -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 ."
} }
} }