1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
php-owntracks-recorder/package.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"
}
}