31 lines
741 B
JSON
Executable File
31 lines
741 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
}
|