Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bxlouis authored Oct 11, 2023
1 parent 0c527fc commit 6ba1584
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -24,7 +25,10 @@
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin"
"homebridge",
"homebridge-plugin",
"bepark",
"garage-door"
],
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 6ba1584

Please sign in to comment.