kopia lustrzana https://github.com/FacilMap/facilmap
41 wiersze
1013 B
JSON
41 wiersze
1013 B
JSON
{
|
|
"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 <cdauth@cdauth.eu>",
|
|
"main": "./client.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/FacilMap/facilmap2.git"
|
|
},
|
|
"scripts": {
|
|
"deps": "yarn install",
|
|
"build": "webpack",
|
|
"clean": "rimraf ./build"
|
|
},
|
|
"dependencies": {
|
|
"es6-promise": "^4.2.5",
|
|
"socket.io-client": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/preset-env": "^7.2.3",
|
|
"babel-loader": "^8.0.4",
|
|
"expose-loader": "^0.7.5",
|
|
"rimraf": "^2.6.2",
|
|
"webpack": "^4.28.2",
|
|
"webpack-cli": "^3.1.2"
|
|
}
|
|
}
|