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",
|
2016-10-03 14:52:34 +00:00
|
|
|
"bootstrap": "^3.3.7",
|
2016-10-05 14:47:50 +00:00
|
|
|
"bootstrap-touchspin": "^3.1.2",
|
2016-10-06 07:57:42 +00:00
|
|
|
"leaflet": "^1.0.1",
|
|
|
|
"leaflet-geometry-util": "https://github.com/makinacorpus/Leaflet.GeometryUtil/raw/master/src/leaflet.geometryutil.js",
|
2016-10-11 11:28:16 +00:00
|
|
|
"leaflet-almostover": "https://github.com/makinacorpus/Leaflet.AlmostOver/raw/gh-pages/src/leaflet.almostover.js",
|
2016-10-11 12:30:02 +00:00
|
|
|
"linkifyjs": "^2.1.3",
|
2016-10-11 16:56:46 +00:00
|
|
|
"leaflet.locatecontrol": "^0.55.0",
|
2016-10-13 21:31:09 +00:00
|
|
|
"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",
|
2016-10-18 16:46:30 +00:00
|
|
|
"leaflet-hash": "https://raw.githubusercontent.com/mlevans/leaflet-hash/master/leaflet-hash.js",
|
|
|
|
"leaflet-singleclick": "https://raw.githubusercontent.com/Outdooractive/leaflet-singleclick_0.7/master/singleclick.js"
|
2016-10-03 14:38:21 +00:00
|
|
|
},
|
2016-10-18 11:27:20 +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"
|
|
|
|
]
|
2016-10-11 11:28:16 +00:00
|
|
|
},
|
|
|
|
"linkifyjs": {
|
|
|
|
"main": [
|
|
|
|
"linkify.js",
|
|
|
|
"linkify-string.js"
|
|
|
|
]
|
2016-10-03 14:38:21 +00:00
|
|
|
}
|
2016-02-26 15:36:00 +00:00
|
|
|
}
|
|
|
|
}
|