-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
42 lines (42 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "homebridge-ikea-tradfri-gateway",
"displayName": "IKEA Trådfri Gateway",
"version": "1.2.41",
"description": "homebridge-ikea-tradfri-gateway",
"main": "index.js",
"scripts": {
"npm-version-patch": "npm version patch",
"npm-publish": "npm publish",
"git-commit": "git add -A && git commit -m '-' && git push",
"git-reset": "git reset --hard HEAD",
"goto-github": "open https://github.com/meg768/homebridge-ikea-tradfri-gateway",
"goto-npm": "open https://www.npmjs.com/package/homebridge-ikea-tradfri-gateway"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meg768/homebridge-ikea-tradfri-gateway.git"
},
"keywords": [
"homebrige",
"ikea",
"tradfri",
"trådfri",
"homebridge-plugin"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"color-convert": "^2.0.1",
"dotenv": "^8.2.0",
"node-tradfri-client": "^3.2.0",
"yow": "^1.0.118"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/meg768/homebridge-ikea-tradfri-gateway/issues"
},
"homepage": "https://github.com/meg768/homebridge-ikea-tradfri-gateway#readme"
}