-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 955 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
37
38
39
{
"name": "tacmap_pli",
"version": "0.0.2",
"description": "Simulation using Cesium JavaScript library to visualize PLI message traffic for moving units on a map.",
"homepage": "https://nsi.neushul.net",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Neutron/TacMapPLI.git"
},
"main": "tacmap_pli.js",
"scripts": {
"start": "node tacmap_pli.js --public"
},
"devDependencies": {
"compression": "^1.7.4",
"axios": "^1.7.7",
"socket.io-client": "^4.8.0",
"minimist": ">=1.2.8"
},
"dependencies": {
"angular": "^1.8.3",
"body-parser": "^1.20.3",
"cesium": "^1.121.1",
"cors": "^2.8.5",
"eslint": "^9.11.1",
"express": "^4.21.0",
"socket.io": "^4.8.0",
"yargs": "^17.7.2"
},
"author": "James Neushul",
"bugs": {
"url": "https://github.com/Neutron/TacMapPLI/issues"
},
"directories": {
"doc": "doc",
"test": "test"
}
}