{ "name": "facilmap-frontend", "version": "2.6.0", "description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.", "keywords": [ "webpack", "maps", "osm" ], "homepage": "https://github.com/FacilMap/facilmap2", "bugs": { "url": "https://github.com/FacilMap/facilmap2/issues" }, "license": "AGPL-3.0", "author": "Candid Dauth ", "repository": { "type": "git", "url": "https://github.com/FacilMap/facilmap2.git" }, "main": "./entry.js", "scripts": { "deps": "yarn install", "build": "gulp", "clean": "gulp clean" }, "dependencies": { "@mapbox/togeojson": "^0.16.0", "angular": "1.6.4", "angular-ui-bootstrap": "^2.3.2", "angular-ui-sortable": "^0.16.1", "blob": "^0.0.4", "bootstrap": "^3.3.7", "bootstrap-touchspin": "^3.1.1", "clipboard": "^1.5.16", "d3": "3.x.x", "event-stream": "^3.3.4", "facilmap-client": "^2.6.0", "file-saver": "^1.3.3", "filtrex": "^0.5.4", "jquery": "<3.0.0", "jquery-ui": "^1.12.1", "leaflet": "^1.0.3", "leaflet-almostover": "git+https://github.com/makinacorpus/Leaflet.AlmostOver.git#gh-pages", "leaflet-geometryutil": "^0.8.0", "leaflet-graphicscale": "^0.0.2", "leaflet-hash": "^0.2.1", "leaflet-mouse-position": "^1.0.1", "leaflet-simple-graticule": "^1.0.2", "leaflet.elevation": "^0.0.3", "leaflet.locatecontrol": "^0.59.0", "leaflet.markercluster": "^1.0.3", "linkifyjs": "^2.1.3", "marked": "^0.3.6", "osmtogeojson": "^2.2.12", "tablesorter": "^2.28.5" }, "devDependencies": { "babel-core": "^6.21.0", "babel-loader": "^6.2.10", "babel-preset-es2015": "^6.18.0", "bluebird": "^3.5.0", "cheerio": "^0.22.0", "copy-webpack-plugin": "^4.0.1", "css-loader": "^0.26.1", "ejs-compiled-loader": "^1.1.0", "exports-loader": "^0.6.3", "expose-loader": "^0.7.1", "gulp": "^3.9.1", "gulp-clean": "^0.3.2", "gulp-newer": "^1.2.0", "gulp-util": "^3.0.7", "html-loader": "^0.4.4", "html-webpack-plugin": "^2.24.1", "imports-loader": "^0.7.0", "json-loader": "^0.5.4", "ng-annotate-webpack-plugin": "^0.1.3", "node-sass": "^4.5.2", "request": "^2.79.0", "request-promise": "^4.1.1", "sass-loader": "^6.0.5", "string-replace-loader": "^1.2.0", "style-loader": "^0.13.1", "svgo": "^0.7.1", "through2": "^2.0.1", "unzipper": "^0.8.4", "url-loader": "^0.5.7", "webpack": "^2.2.1" } }