-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.32 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": "tradfri-coapdtls",
"version": "0.1.0",
"author": {
"name": "Kosta",
"email": "[email protected]"
},
"description": "coap dtls interface for tradfri lights",
"main": "tradfri-coapdtls.js",
"repository": {
"type": "git",
"url": "git+https://github.com/treban/tradfri-coapdtls.git"
},
"homepage": "https://github.com/treban/tradfri-coapdtls.git",
"keywords": [
"coap",
"tradfri"
],
"files": [
"tradfri-coapdtls.js",
"README.md",
"LICENSE.md",
"lib/agent.js",
"lib/helpers.js",
"lib/incoming_message.js",
"lib/observe_read_stream.js",
"lib/observe_write_stream.js",
"lib/option_converter.js",
"lib/outgoing_message.js",
"lib/parameters.js",
"lib/polyfill.js",
"lib/retry_send.js"
],
"license": "MIT",
"dependencies": {
"bl": "~4.0.0",
"capitalize": "^2.0.1",
"coap-packet": "~0.1.14",
"node-mbed-dtls": "git+https://github.com/treban/node-mbed-dtls.git",
"debug": "^4.1.1",
"fastseries": "^1.7.2",
"lru-cache": "~5.1.1",
"readable-stream": "~2.0.5",
"cbor": "~5.0.1",
"p-throttler": "^1.0.2"
},
"bugs": {
"url": "https://github.com/treban/tradfri-coapdtls/issues"
},
"maintainers": [
{
"name": "treban",
"email": "[email protected]"
}
],
"directories": {}
}