-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
48 lines (48 loc) · 1.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
46
47
48
{
"name": "zigbee",
"version": "0.0.1",
"description": "ZigBee for Node.JS (using the TI CC2530/CC2531)",
"main": "index.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/ninjablocks/node-zigbee.git"
},
"keywords": [
"zigbee",
"zigbee-ha",
"zll",
"cc2531",
"cc2530"
],
"author": "Ninja Blocks <[email protected]> (http://www.ninjablocks.com)",
"contributors": [
"Theo Julienne <[email protected]>",
"Elliot Shepherd <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ninjablocks/node-zigbee/issues"
},
"homepage": "https://github.com/ninjablocks/node-zigbee",
"dependencies": {
"serialport": "1.3.1",
"concentrate": "0.2.2",
"dissolve": "0.3.3",
"async": "0.2.10",
"enum": "0.2.6",
"when": "3.0.1",
"debug": "0.7.4",
"cli-table": "0.3.0",
"glob": "3.2.9",
"int24": "0.0.1",
"underscore": "1.6.0",
"log4js": "0.6.12",
"xml2js": "0.4.2",
"color": "0.5.0",
"pakkit": "0.0.1",
"colorspaces": "^0.1.4"
}
}