-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 868 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 868 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
27
28
29
30
31
32
33
{
"name": "peerhex-webrtc-experiments",
"version": "0.0.1",
"description": "Experimenting with WebRTC",
"private": true,
"author": "Jim Pick (@jimpick)",
"license": "(Apache-2.0 AND MIT)",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"signalling-server": "star-signal --port=9090 --host=127.0.0.1"
},
"keywords": [],
"dependencies": {
"@babel/preset-env": "^7.9.0",
"cids": "^0.8.0",
"htm": "^3.0.3",
"libp2p": "^0.27.4",
"libp2p-bootstrap": "^0.10.4",
"libp2p-mplex": "^0.9.5",
"libp2p-secio": "^0.12.4",
"libp2p-webrtc-star": "^0.17.9",
"libp2p-websockets": "^0.13.6",
"react": "0.0.0-experimental-d7382b6c4",
"react-dom": "0.0.0-experimental-d7382b6c4"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
},
"browserslist": [
"last 2 Chrome versions"
]
}