-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 806 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 806 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
34
35
36
37
38
39
40
{
"name": "@foxql/foxql-peer",
"version": "1.4.0",
"description": "Decentralized web apps over web2.",
"main": "index.js",
"scripts": {
"dev": "parcel develop/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foxql/peer.git"
},
"keywords": [
"p2p",
"peer",
"to",
"peer",
"webrtc",
"dapp"
],
"author": "Bora Erdinç Özer",
"license": "MIT",
"bugs": {
"url": "https://github.com/foxql/peer/issues"
},
"homepage": "https://github.com/foxql/peer#readme",
"dependencies": {
"crypto-js": "^4.1.1",
"socket.io-client": "^4.1.2",
"uuid": "^3.4.0"
},
"browserslist": [
"last 1 Chrome versions"
],
"devDependencies": {
"buffer": "^6.0.3",
"parcel": "^2.6.0"
},
"type": "module"
}