forked from ioBroker/ioBroker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.01 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "iobroker",
"version": "1.0.1",
"engines": {
"node": ">=0.8"
},
"optionalDependencies": {
},
"dependencies": {
"yargs": "^7.0.2"
},
"homepage": "http://iobroker.net",
"description": "automate your life - platfom",
"keywords": [
"ioBroker",
"Smarthome",
"Home Automation",
"Smart Metering",
"Homematic",
"Hue",
"KNX",
"Z-Wave",
"ZigBee",
"Bidcos",
"TV",
"Sonos",
"AV Receiver"
],
"bugs": {
"url": "https://github.com/ioBroker/ioBroker/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker/blob/master/LICENSE"
}
],
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
"hobbyquaker"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker"
},
"config": {
"unsafe-perm": true
},
"scripts": {
"install": "node lib/setup.js"
},
"main": "lib/setup.js",
"license": "MIT"
}