forked from Koenkk/zigbee2mqtt.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 968 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
40
41
42
43
{
"name": "zigbee2mqtt.io",
"description": "Zigbee2MQTT documentation",
"repository": {
"type": "git",
"url": "git+https://github.com/Koenkk/zigbee2mqtt.io.git"
},
"engines": {
"node": "10"
},
"keywords": [
"xiaomi",
"tradfri",
"hue",
"bridge",
"zigbee",
"mqtt",
"cc2531"
],
"scripts": {
"docgen": "node docgen/docgen.js",
"test": "mocha --recursive",
"eslint": "node_modules/.bin/eslint ."
},
"author": "Koen Kanters",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Koenkk/zigbee2mqtt.io/issues"
},
"homepage": "https://www.zigbee2mqtt.io",
"dependencies": {
"image-size": "*",
"json2yaml": "*",
"zigbee2mqtt": "git://github.com/koenkk/zigbee2mqtt.git#1.17.0"
},
"devDependencies": {
"chai": "*",
"eslint": "*",
"eslint-config-google": "*",
"eslint-plugin-mocha": "*",
"mocha": "*"
}
}