forked from ioBroker/ioBroker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.35 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "iobroker",
"version": "2.0.3",
"engines": {
"node": ">=8.12"
},
"optionalDependencies": {},
"dependencies": {
"colors": "^1.3.3",
"fs-extra": "^8.1.0",
"semver": "^6.3.0",
"yargs": "^14.0.0"
},
"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",
"AlCalzone <d.griesel@gmx.net>",
"Apollon77 <iobroker@fischer-ka.de>"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker"
},
"config": {
"unsafe-perm": true
},
"scripts": {
"install": "node lib/checkVersions.js",
"postinstall": "node lib/install.js",
"test": "node node_modules/mocha/bin/mocha --exit"
},
"main": "lib/setup.js",
"license": "MIT",
"devDependencies": {
"eslint": "^6.2.2",
"mocha": "^6.0.2",
"chai": "^4.2.0"
}
}