-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 968 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
42
{
"name": "hypersource",
"version": "0.1.6",
"description": "Build WebSocket APIs that leverage the HyperCore Protocol",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"keywords": [
"websocket",
"service",
"api",
"hypercore",
"protocol"
],
"author": "Joseph Werle <[email protected]>",
"license": "MIT",
"dependencies": {
"hypercore-crypto": "^1.0.0",
"hypercore-protocol": "^6.9.0",
"ip": "^1.1.5",
"pump": "^3.0.0",
"simple-websocket": "^7.2.0"
},
"devDependencies": {
"hypercore": "^6.26.0",
"hyperdrive": "^9.14.5",
"random-access-memory": "^3.1.1",
"tape": "^4.10.1"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwerle/hypersource.git"
},
"bugs": {
"url": "https://github.com/jwerle/hypersource/issues"
},
"homepage": "https://github.com/jwerle/hypersource#readme"
}