Files
geiger2/package.json
2026-03-31 11:43:04 +02:00

30 lines
669 B
JSON
Executable File

{
"name": "geiger2",
"version": "3.2.0",
"date": "2026-03-31",
"description": "Graphics for multigeiger sensors",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "rxf@gmail.com",
"license": "ISC",
"dependencies": {
"axios": "^1.14.0",
"body-parser": "^2.2.2",
"bootstrap": "^5.3.8",
"d3": "^7.9.0",
"express": "^4.21.2",
"gpx-parse": "^0.10.4",
"jquery-ui": "^1.14.2",
"leaflet": "^1.9.4",
"math": "0.0.3",
"mathjs": "^15.1.1",
"moment": "^2.30.1",
"mongodb": "^7.1.1",
"npm": "^11.12.1",
"pug": "^3.0.4"
}
}