forked from zigbeer/zcl-id
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (48 loc) · 1.29 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
{
"name": "zigbee-bridge-definitions",
"version": "0.0.4",
"license": "MIT",
"description": "An utility for getting ZCL identifiers defined by ZigBee Cluster Library.",
"main": "index.js",
"homepage": "https://github.com/open-zigbee/zigbee-bridge-definitions#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/open-zigbee/zigbee-bridge-definitions.git"
},
"bugs": {
"url": "https://github.com/open-zigbee/zigbee-bridge-definitions/issues"
},
"author": "Simen Li",
"contributors": [
{
"name": "Hedy Wang",
"email": "[email protected]"
},
{
"name": "Peter Yi",
"email": "[email protected]"
},
{
"name": "Jack Wu",
"email": "[email protected]"
},
{
"name": "Eason Chang",
"email": "[email protected]"
}
],
"scripts": {
"test": "mocha -u bdd --reporter spec",
"lint": "eslint ."
},
"dependencies": {
"busyman": "^0.3.0",
"enum": "^2.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"eslint": "5.2.0",
"eslint-config-open-zigbee": "0.0.3"
}
}