30 lines
860 B
JSON
30 lines
860 B
JSON
{
|
|
"name": "php-owntracks-recorder",
|
|
"version": "1.0.0",
|
|
"description": "A simple and responsive self-hosted solution to record and map Owntracks http payloads.",
|
|
"repository": "https://github.com/mbirth/php-owntracks-recorder.git",
|
|
"author": "Markus Birth <markus@birth-online.de>",
|
|
"contributors": [
|
|
"tomyvi <tomyvi@protonmail.com>"
|
|
],
|
|
"license": "GPL-3.0-or-later",
|
|
"homepage": "https://github.com/mbirth/php-owntracks-recorder",
|
|
"keywords": [
|
|
"owntracks",
|
|
"latitude",
|
|
"geolocation"
|
|
],
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.3.1",
|
|
"bootstrap": "^4.1.3",
|
|
"coffeescript": "^2.3.2",
|
|
"jquery": "^3.3.1",
|
|
"js-cookie": "^2.2.0",
|
|
"leaflet": "^1.3.4",
|
|
"leaflet-easybutton": "^2.3.0",
|
|
"leaflet-hotline": "^0.4.0",
|
|
"leaflet.awesome-markers": "^2.0.4"
|
|
}
|
|
}
|