forked from meg768/homebridge-ikea-tradfri-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
43
44
{
"name": "homebridge-ikea-tradfri-gateway",
"version": "1.2.27",
"description": "homebridge-ikea-tradfri-gateway",
"main": "index.js",
"scripts": {
"npm-version-patch": "npm version patch",
"npm-publish": "npm publish",
"git-add": "git add -A",
"git-commit": "git commit -m '-'",
"git-push": "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": "^1.9.3",
"dotenv": "^4.0.0",
"node-tradfri-client": "^1.6.0",
"yow": "^1.0.107"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/meg768/homebridge-ikea-tradfri-gateway/issues"
},
"homepage": "https://github.com/meg768/homebridge-ikea-tradfri-gateway#readme",
"devDependencies": {}
}