forked from Koenkk/zigbee-herdsman-converters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1 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
{
"name": "zigbee-shepherd-converters",
"version": "10.2.5",
"description": "Collection of device converters to be used with zigbee-shepherd",
"main": "index.js",
"files": [
"/index.js",
"/converters",
"/devices.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Koenkk/zigbee-shepherd-converters.git"
},
"keywords": [
"xiaomi",
"tradfri",
"hue",
"wemo",
"zigbee",
"zigbee-shepherd"
],
"scripts": {
"verify": "node test/verify.js",
"eslint": "node_modules/.bin/eslint .",
"test": "mocha --recursive"
},
"author": "Koen Kanters",
"license": "MIT",
"bugs": {
"url": "https://github.com/Koenkk/zigbee-shepherd-converters/issues"
},
"homepage": "https://github.com/Koenkk/zigbee-shepherd-converters",
"dependencies": {
"zigbee-herdsman": "^0.4.0",
"debounce": "*",
"debug": "3.2.6",
"chai": "*"
},
"devDependencies": {
"eslint": "*",
"eslint-config-google": "*",
"mocha": "*"
}
}