-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 830 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
{
"name": "@keckxde/disnetworkclient",
"version": "1.0.0",
"description": "Example implementations for UDP client/server exchanging DIS (Distributed Interactive Simulation) packages",
"main": "src/dis-udpserver.js",
"scripts": {
"server": "node src/dis-udpserver.js",
"client": "node src/dis-udpclient.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keckxde/node-disnetworkclient.git"
},
"keywords": [
"DIS",
"Distributed",
"Interactive",
"Simulation",
"open-dis"
],
"author": "Thomas Schneider",
"license": "ISC",
"bugs": {
"url": "https://github.com/keckxde/node-disnetworkclient/issues"
},
"homepage": "https://github.com/keckxde/node-disnetworkclient#readme",
"dependencies": {
"open-dis": "^1.3.6",
"yargs": "^17.7.2"
}
}