facilmap/client/package.json

41 wiersze
1013 B
JSON
Czysty Zwykły widok Historia

{
"name": "facilmap-client",
2018-01-28 01:12:45 +00:00
"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 <cdauth@cdauth.eu>",
"main": "./client.js",
"repository": {
"type": "git",
"url": "https://github.com/FacilMap/facilmap2.git"
},
"scripts": {
2020-03-14 00:01:11 +00:00
"deps": "npm install",
"build": "webpack",
"clean": "rimraf ./build"
},
"dependencies": {
2018-09-26 22:15:02 +00:00
"es6-promise": "^4.2.5",
2020-03-14 00:01:11 +00:00
"socket.io-client": "^2.3.0"
},
"devDependencies": {
2020-04-15 00:44:54 +00:00
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-loader": "^8.1.0",
2018-09-26 22:15:02 +00:00
"expose-loader": "^0.7.5",
2020-03-14 00:01:11 +00:00
"rimraf": "^3.0.2",
2020-04-15 00:44:54 +00:00
"webpack": "^4.42.1",
2020-03-14 00:01:11 +00:00
"webpack-cli": "^3.3.11"
}
}