-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 868 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
{
"name": "iosignal-cli",
"version": "2.2.0",
"description": "IOSignal server and client CLI program.",
"type": "module",
"bin": {
"io-server": "./bin/io-server.js",
"io-client": "./bin/io-client.js",
"ios": "./bin/io-server.js",
"io": "./bin/io-client.js",
"ioip": "./bin/ioip.js",
"io-keygen": "./bin/io-keygen.js"
},
"author": {
"name": "Lee Taeo",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"iosignal": "^2.2.0",
"redis": "^4.7.0"
},
"repository": {
"type": "git",
"url": "git://github.com/remocons/iosignal-cli.git"
},
"homepage": "https://iosignal.net",
"keywords": [
"websocket",
"pubsub",
"arduino",
"iot",
"auth",
"signal",
"CLI",
"remocon"
]
}