-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 933 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
{
"name": "picko",
"version": "1.0.25",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"socket.io",
"node.js",
"javascript",
"chat",
"server",
"client",
"web",
"realtime",
"framework",
"websocket",
"webrtc",
"signaling",
"socket"
],
"author": "Antiihope",
"repository": {
"type": "git",
"url": "git+https://github.com/antiihope/picko.git"
},
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"vite": "^4.3.8"
},
"description": "Picko is a powerful hybrid HTTP server that utilizes the best of both worlds with its combination of Express and Socket.IO. This package provides a seamless way to handle HTTP requests, making it a perfect tool for developers looking to create a flexible and scalable server."
}