45 строки
1.1 KiB
JSON
45 строки
1.1 KiB
JSON
{
|
|
"name": "maps",
|
|
"version": "0.0.7",
|
|
"description": "Maps app",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
|
|
"prebuild": "npm install",
|
|
"build": "node node_modules/gulp-cli/bin/gulp.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nextcloud/maps.git"
|
|
},
|
|
"keywords": [
|
|
"maps"
|
|
],
|
|
"author": "Vinzenz Rosenkranz",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/nextcloud/maps/issues"
|
|
},
|
|
"homepage": "https://github.com/nextcloud/maps",
|
|
"dependencies": {
|
|
"gulp": "^4.0.0",
|
|
"gulp-cli": "^2.1.0",
|
|
"leaflet": "^1.4.0",
|
|
"leaflet-control-geocoder": "^1.7.0",
|
|
"leaflet-easybutton": "^2.4.0",
|
|
"leaflet-routing-machine": "^3.2.12",
|
|
"leaflet.featuregroup.subgroup": "^1.0.2",
|
|
"leaflet.locatecontrol": "^0.62.0",
|
|
"leaflet.markercluster": "^1.1.0",
|
|
"leaflet-mouse-position": "^1.0.4",
|
|
"leaflet-contextmenu": "^1.4.0",
|
|
"leaflet.elevation": "^0.0.3",
|
|
"d3": "^3.5.17",
|
|
"nouislider": "^13.1.4",
|
|
"opening_hours": "^3.5.0"
|
|
}
|
|
}
|