-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 KB
/
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
{
"name" : "peerbell",
"version" : "1.0.0",
"description": "Open-source replacement for p3 and bell for windows 96",
"main" : "index.js",
"scripts" : {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url" : "git+https://github.com/Carbon-96-for-Windows-96/peerbell.git"
},
"keywords": [
"peerbell",
"p3",
"bell",
"p2p",
"pseudo-peer-to-peer",
"ppp",
"peer-to-peer",
"w96",
"windows-96"
],
"author" : "Carbon 96 (https://github.com/Carbon-96-for-Windows-96)",
"license": "AGPL-3.0",
"bugs" : {
"url": "https://github.com/Carbon-96-for-Windows-96/peerbell/issues"
},
"homepage" : "https://github.com/Carbon-96-for-Windows-96/peerbell#readme",
"dependencies": {
"express" : "^4.18.3",
"socket.io" : "^4.7.4",
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"typescript" : "^4.7.4"
}
}