24 lines
613 B
JSON
24 lines
613 B
JSON
{
|
|
"name": "track-server",
|
|
"version": "1.0.2",
|
|
"description": "AgNav GPS Tracking HTTP Server",
|
|
"main": "track-server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Trung Hoang",
|
|
"license": "Proprietary",
|
|
"dependencies": {
|
|
"amqplib": "^0.10.3",
|
|
"db-util": "file:../shared/db-util",
|
|
"debug": "^4.1.1",
|
|
"error-handler": "file:../../../../@agn/error-handler",
|
|
"express": "^4.18.1",
|
|
"geodesy": "^1.1.3",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"simplify-path": "^1.1.0",
|
|
"spdy": "^4.0.2",
|
|
"uniqid": "^5.2.0"
|
|
}
|
|
} |