-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 881 Bytes
/
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
{
"name": "homebridge-tradfri-plugin",
"version": "1.1.3",
"author": {
"name": "Szőke Péter",
"email": "szokeptr@gmail.com",
"web": "https://pter.co"
},
"description": "Homebridge plugin for Ikea's Trådfri product line",
"main": "index.js",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"ikea",
"tradfri",
"smartlight",
"smarthome"
],
"repository": {
"type": "git",
"url": "git://github.com/szokeptr/homebridge-tradfri-plugin.git"
},
"bugs": {
"url": "https://github.com/szokeptr/homebridge-tradfri-plugin/issues"
},
"engines": {
"node": ">=7.7.2",
"homebridge": ">=0.2.0"
},
"devDependencies": {
"rollup-plugin-node-resolve": "^4.0.0"
},
"dependencies": {
"command-exists": "^1.2.2"
},
"scripts": {
"build": "rollup src/plugin.js --format cjs --file index.js"
}
}