From 6ba1584a5ca6ecc7e2809cdfa5da16d9528c2d15 Mon Sep 17 00:00:00 2001 From: bxlouis Date: Wed, 11 Oct 2023 16:45:02 +0200 Subject: [PATCH] Update package.json --- package.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bcc0126..45b3eee 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,17 @@ { "private": true, "displayName": "Plugin Name", - "name": "homebridge-plugin-name", + "name": "homebridge-bepark", "version": "1.0.0", - "description": "A short description about what your plugin does.", + "description": "Homebridge plugin for BePark", + "author": "Louis Torres", "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/USERNAME/GITHUB_PROJECT_NAME.git" + "url": "https://github.com/bxlouis/homebridge-bepark.git" }, "bugs": { - "url": "https://github.com/USERNAME/GITHUB_PROJECT_NAME/issues" + "url": "https://github.com/bxlouis/homebridge-bepark/issues" }, "engines": { "node": "^18.17.0", @@ -24,7 +25,10 @@ "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ - "homebridge-plugin" + "homebridge", + "homebridge-plugin", + "bepark", + "garage-door" ], "dependencies": {}, "devDependencies": {