-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
37 lines (37 loc) · 924 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
{
"name": "webcat",
"version": "3.0.0",
"description": "Mad science p2p pipe across the web using webrtc that uses your Github private/public key for authentication and a signalhub for discovery",
"main": "index.js",
"dependencies": {
"debug": "^2.1.3",
"duplexify": "^3.3.0",
"ghsign": "^3.0.0",
"minimist": "^1.1.1",
"prompt-sync": "^1.0.0",
"pump": "^1.0.0",
"signalhub": "^1.1.0",
"simple-peer": "^5.1.0",
"through2": "^0.6.5",
"wrtc": "0.0.55"
},
"devDependencies": {
"standard": "^3.6.1"
},
"bin": {
"webcat": "./bin.js"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/webcat.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/webcat/issues"
},
"homepage": "https://github.com/mafintosh/webcat"
}