forked from cjb/serverless-webrtc
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 678 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 678 Bytes
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
{
"name": "serverless-webrtc",
"version": "1.0.5",
"description": "A terminal text chat client for webrtc datachannels between node and browsers.",
"author": "Chris Ball <chris@printf.net> (http://printf.net/)",
"license": "MIT",
"main": "serverless-webrtc.js",
"dependencies": {
"wrtc": "~0.0.29",
"ansi": "0.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/cjb/serverless-webrtc"
},
"keywords": [
"webrtc",
"chat"
],
"bugs": {
"url": "https://github.com/cjb/serverless-webrtc/issues"
},
"bin": "./serverless-webrtc.js",
"preferGlobal": true,
"homepage": "https://github.com/cjb/serverless-webrtc"
}