diff --git a/package.json b/package.json index 1fee369..c8c0298 100644 --- a/package.json +++ b/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 ." + } +}