-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 909 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
{
"name": "udp-tcp-nodejs",
"version": "1.0.0",
"description": "",
"main": "UDP-node.js",
"scripts": {
"start": "node UDPServer.js",
"udpserver": "node UDPServer.js",
"udpclient": "node UDPClient.js",
"tcpserver": "node TCPServer.js",
"tcpclient": "node TCPClient.js",
"p2p": "node MulticastPeer.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Josehpequeno/UDP-TCP-Nodejs.git"
},
"author": "Josehpequeno",
"license": "ISC",
"bugs": {
"url": "https://github.com/Josehpequeno/UDP-TCP-Nodejs/issues"
},
"homepage": "https://github.com/Josehpequeno/UDP-TCP-Nodejs#readme",
"dependencies": {
"dat-swarm-defaults": "^1.0.2",
"dgram": "^1.0.1",
"discovery-swarm": "^6.1.0",
"get-port": "^5.1.1",
"portfinder": "^1.0.28",
"readline": "^1.3.0"
}
}