Alte Version abgeändert auf neue Datebank /-Struktur).

This commit is contained in:
rxf
2026-03-27 17:26:46 +01:00
commit b7736413d4
87 changed files with 54060 additions and 0 deletions

30
package.json Executable file
View File

@@ -0,0 +1,30 @@
{
"name": "multigeiger",
"version": "2.9.6",
"date": "2022-03-16",
"description": "Graphics for multigeiger sensors",
"main": "geiger-app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node geiger-app.js >>/var/log/geiger-web.log 2>&1"
},
"author": "rxf@gmail.com",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"body-parser": "^1.19.2",
"bootstrap": "^5.1.3",
"d3": "^7.3.0",
"express": "^4.17.3",
"gpx-parse": "^0.10.4",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.1",
"leaflet": "^1.7.1",
"math": "0.0.3",
"mathjs": "^10.4.0",
"moment": "^2.29.1",
"mongodb": "^4.4.1",
"npm": "^8.5.4",
"pug": "^3.0.2"
}
}