-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
45 lines (45 loc) · 957 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
44
45
{
"name": "zcl-id",
"version": "0.4.0",
"description": "An utility for getting ZCL identifiers defined by ZigBee Cluster Library.",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zigbeer/zcl-id.git"
},
"author": "Simen Li",
"contributors": [
{
"name": "Hedy Wang",
"email": "hedywings@gmail.com"
},
{
"name": "Peter Yi",
"email": "peter.eb9@gmail.com"
},
{
"name": "Jack Wu",
"email": "jackchased@gmail.com"
},
{
"name": "Eason Chang",
"email": "onepiece5478@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zigbeer/zcl-id/issues"
},
"homepage": "https://github.com/zigbeer/zcl-id#readme",
"dependencies": {
"busyman": "^0.3.0",
"enum": "^2.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
}
}