-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1014 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1014 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
32
33
34
35
36
37
38
39
{
"name": "traceroute-viz",
"version": "1.0.0",
"description": "A visualisation for traceroutes",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/protango/Traceroute-Viz.git"
},
"author": "",
"license": "UNLICENCED",
"bugs": {
"url": "https://github.com/protango/Traceroute-Viz/issues"
},
"homepage": "https://github.com/protango/Traceroute-Viz#readme",
"devDependencies": {
"electron": "^10.1.1",
"electron-rebuild": "^2.0.3"
},
"dependencies": {
"@highcharts/map-collection": "^1.1.3",
"electron-progressbar": "^1.2.0",
"highcharts": "^8.2.0",
"internal-ip": "^6.1.0",
"is-ip": "^3.1.0",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"net-ping": "^1.2.3",
"proj4": "^2.6.2",
"public-ip": "^4.0.2",
"redns": "^1.0.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.9"
}
}