facilmap/bower.json

57 wiersze
1.6 KiB
JSON
Czysty Zwykły widok Historia

2016-02-26 15:36:00 +00:00
{
2016-10-18 18:27:57 +00:00
"name": "facilmap2",
2016-02-26 15:36:00 +00:00
"version": "0.1.0",
2016-10-18 18:27:57 +00:00
"homepage": "https://github.com/FacilMap/facilmap2",
2016-02-26 15:36:00 +00:00
"authors": [
"Candid Dauth <cdauth@cdauth.eu>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2016-10-08 08:20:03 +00:00
"jquery": "<3.0.0",
2016-10-02 14:54:39 +00:00
"angular": "^1.5.8",
2016-09-28 12:42:25 +00:00
"async": "^2.0.1",
2016-10-02 14:54:39 +00:00
"marked": "^0.3.6",
"angular-ui-sortable": "^0.14.3",
2016-09-28 12:10:08 +00:00
"FileSaver": "https://raw.githubusercontent.com/eligrey/FileSaver.js/master/FileSaver.js",
2016-10-03 14:38:21 +00:00
"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",
2016-10-11 16:56:46 +00:00
"leaflet.locatecontrol": "^0.55.0",
"clipboard": "^1.5.12",
"togeojson": "https://github.com/mapbox/togeojson/raw/master/togeojson.js",
2016-10-14 09:14:48 +00:00
"osmtogeojson": "^2.2.12",
"leaflet-hash": "https://raw.githubusercontent.com/mlevans/leaflet-hash/master/leaflet-hash.js"
2016-10-03 14:38:21 +00:00
},
"resolutions": {
"leaflet": "^1.0.1"
},
2016-10-03 14:38:21 +00:00
"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"
]
2016-10-03 14:38:21 +00:00
}
2016-02-26 15:36:00 +00:00
}
}