facilmap/client/package.json

40 wiersze
983 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": {
"deps": "yarn install",
"build": "webpack",
"clean": "rimraf ./build"
},
"dependencies": {
2018-01-31 21:19:15 +00:00
"es6-promise": "^4.2.4",
"socket.io-client": "^2.0.4"
},
"devDependencies": {
2018-01-31 21:19:15 +00:00
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"expose-loader": "^0.7.4",
"rimraf": "^2.6.2",
"webpack": "^3.10.0"
}
}