{ "name": "facilmap-client", "version": "2.7.0", "description": "A library that acts as a client to FacilMap and makes it possible to retrieve and modify objects on a collaborative map.", "keywords": [ "webpack", "maps", "osm", "facilmap" ], "homepage": "https://github.com/FacilMap/facilmap2", "bugs": { "url": "https://github.com/FacilMap/facilmap2/issues" }, "license": "AGPL-3.0", "author": "Candid Dauth ", "main": "./client.js", "repository": { "type": "git", "url": "https://github.com/FacilMap/facilmap2.git" }, "scripts": { "deps": "npm install", "build": "webpack", "clean": "rimraf ./build" }, "dependencies": { "es6-promise": "^4.2.5", "socket.io-client": "^2.3.0" }, "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "babel-loader": "^8.1.0", "expose-loader": "^0.7.5", "rimraf": "^3.0.2", "webpack": "^4.42.1", "webpack-cli": "^3.3.11" } }