36 lines
908 B
JSON
36 lines
908 B
JSON
{
|
|
"name": "php-owntracks-recorder",
|
|
"description": "A simple and responsive self-hosted solution to record and map Owntracks http payloads.",
|
|
"main": "index.php",
|
|
"authors": [
|
|
"tomyvi <tomyvi@protonmail.com>",
|
|
"Markus Birth <markus@birth-online.de>"
|
|
],
|
|
"license": "GPL-3.0-or-later",
|
|
"keywords": [
|
|
"owntracks",
|
|
"latitude",
|
|
"geolocation"
|
|
],
|
|
"homepage": "https://github.com/mbirth/php-owntracks-recorder",
|
|
"private": true,
|
|
"dependencies": {
|
|
"jQuery": "^3.3.1",
|
|
"coffeescript": "^2.3.1",
|
|
"bootstrap": "^4.1.1",
|
|
"font-awesome": "^5.0.13",
|
|
"js-cookie": "^2.2.0",
|
|
"leaflet": "^1.3.1",
|
|
"leaflet-hotline": "https://github.com/iosphere/Leaflet.hotline.git#v0.4.0",
|
|
"leaflet-awesome-markers": "^2.0.2",
|
|
"Leaflet.EasyButton": "^2.3.0"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|