-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
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
43
44
45
46
{
"name": "swarmchat",
"version": "1.0.1",
"description": "A P2P chat app used for live message, files sharing with many features.",
"main": "./index.html",
"pear": {
"name": "swarmchat",
"type": "desktop",
"gui": {
"backgroundColor": "#1F2430",
"height": 740,
"width": 1120
},
"entrypoints": [],
"links": [
"http://127.0.0.1",
"http://localhost",
"https://ka-f.fontawesome.com",
"https://www.youtube.com",
"https://www.youtube.com/watch?v=QKcxhQZxvdw",
"https://api.openweathermap.org",
"https://highlightjs.org",
"https://cdn.jsdelivr.net",
"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/styles/dark.min.css"
]
},
"bin": {
"swarmchat": "./main.js"
},
"type": "module",
"license": "Apache-2.0",
"scripts": {
"dev": "pear run -d .",
"test": "brittle test/*.test.js"
},
"devDependencies": {
"brittle": "^3.0.0",
"pear-interface": "^1.0.0"
},
"dependencies": {
"b4a": "^1.6.6",
"hypercore": "^10.37.25",
"hypercore-crypto": "^3.4.2",
"hyperswarm": "^4.8.2"
}
}