kopia lustrzana https://github.com/FacilMap/facilmap
57 wiersze
1.6 KiB
JSON
57 wiersze
1.6 KiB
JSON
{
|
|
"name": "facilmap2",
|
|
"version": "0.1.0",
|
|
"homepage": "https://github.com/FacilMap/facilmap2",
|
|
"authors": [
|
|
"Candid Dauth <cdauth@cdauth.eu>"
|
|
],
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "<3.0.0",
|
|
"angular": "^1.5.8",
|
|
"async": "^2.0.1",
|
|
"marked": "^0.3.6",
|
|
"angular-ui-sortable": "^0.14.3",
|
|
"FileSaver": "https://raw.githubusercontent.com/eligrey/FileSaver.js/master/FileSaver.js",
|
|
"blob": "*",
|
|
"angular-bootstrap": "^2.1.4",
|
|
"bootstrap": "^3.3.7",
|
|
"bootstrap-touchspin": "^3.1.2",
|
|
"leaflet": "^1.0.1",
|
|
"leaflet-geometry-util": "https://github.com/makinacorpus/Leaflet.GeometryUtil/raw/master/src/leaflet.geometryutil.js",
|
|
"leaflet-almostover": "https://github.com/makinacorpus/Leaflet.AlmostOver/raw/gh-pages/src/leaflet.almostover.js",
|
|
"linkifyjs": "^2.1.3",
|
|
"leaflet.locatecontrol": "^0.55.0",
|
|
"clipboard": "^1.5.12",
|
|
"togeojson": "https://github.com/mapbox/togeojson/raw/master/togeojson.js",
|
|
"osmtogeojson": "^2.2.12",
|
|
"leaflet-hash": "https://raw.githubusercontent.com/mlevans/leaflet-hash/master/leaflet-hash.js"
|
|
},
|
|
"resolutions": {
|
|
"leaflet": "^1.0.1"
|
|
},
|
|
"overrides": {
|
|
"bootstrap": {
|
|
"main": [
|
|
"dist/css/bootstrap.css",
|
|
"dist/css/bootstrap-theme.css",
|
|
"dist/js/bootstrap.js",
|
|
"dist/fonts/glyphicons-halflings-regular.ttf"
|
|
]
|
|
},
|
|
"linkifyjs": {
|
|
"main": [
|
|
"linkify.js",
|
|
"linkify-string.js"
|
|
]
|
|
}
|
|
}
|
|
}
|