forked from zigbeer/zcl-packet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.05 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": "zcl-packet",
"version": "0.2.4",
"description": "zcl-packet is a framer and parser for ZigBee Cluster Library (ZCL) packet on node.js.",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zigbeer/zcl-packet.git"
},
"keywords": [
"zcl",
"zigbee"
],
"author": "Jack Wu <jackchased@gmail.com>",
"contributors": [
{
"name": "Hedy Wang",
"email": "hedywings@gmail.com"
},
{
"name": "Simen Li",
"email": "simenkid@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zigbeer/zcl-packet/issues"
},
"homepage": "https://github.com/zigbeer/zcl-packet#readme",
"dependencies": {
"concentrate": "^0.2.3",
"dissolve-chunks": "^1.3.0",
"enum": "^2.3.0",
"zcl-id": "https://github.com/Koenkk/zcl-id/tarball/4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d"
},
"devDependencies": {
"busyman": "^0.3.0",
"chai": "^3.5.0",
"chance": "^1.0.4",
"mocha": "^2.5.3"
}
}