{ "name": "facilmap-server", "version": "2.7.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" }, "scripts": { "start": "npm run deps && npm run server", "deps": "npm install", "server": "node ./server.js" }, "bin": { "facilmap-server": "./server.js" }, "dependencies": { "@mapbox/polyline": "^1.0.0", "bluebird": "^3.7.2", "cheerio": "^1.0.0-rc.2", "compression": "^1.7.3", "compressjs": "^1.0.3", "ejs": "^3.0.1", "event-stream": "^4.0.1", "express": "^4.16.4", "facilmap-frontend": "^2.7.0", "highland": "^2.13.0", "json-format": "^1.0.1", "maxmind": "^4.1.1", "md5-file": "^4.0.0", "mysql2": "^2.1.0", "node-cron": "^2.0.3", "promisify-node": "^0.5.0", "request": "^2.88.2", "request-debug": "^0.2.0", "request-promise": "^4.2.2", "sequelize": "^5.21.5", "socket.io": "^2.2.0", "stream-combiner": "^0.2.2", "string-similarity": "^4.0.1", "underscore": "^1.9.2", "unzipper": "^0.10.10" }, "devDependencies": { "webpack": "^4.42.0", "webpack-dev-middleware": "^3.4.0", "webpack-hot-middleware": "^2.24.3" } }