eon-map
Version:
Mapbox Realtime Maps with PubNub. Part of the EON Framework.
52 lines (51 loc) • 1.12 kB
JSON
{
"name": "eon-map",
"version": "1.2.2",
"description": "Mapbox Realtime Maps with PubNub. Part of the EON Framework.",
"main": "eon-map.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pubnub/eon-map.git"
},
"keywords": [
"maps",
"pubnub",
"google",
"maps",
"realtime",
"marker",
"uber",
"lyft",
"latlong",
"lat",
"long",
"streaming"
],
"author": "Ian Jennings",
"license": "MIT",
"bugs": {
"url": "https://github.com/pubnub/eon-map/issues"
},
"homepage": "https://github.com/pubnub/eon-map#readme",
"dependencies": {
"google-maps": "^3.2.1",
"leaflet": "^1.0.3",
"leaflet.gridlayer.googlemutant": "^0.6.2",
"mapbox.js": "^3.1.1",
"pubnub": "^4.0.13"
},
"devDependencies": {
"css-loader": "^0.28.4",
"json-loader": "^0.5.4",
"style-loader": "^0.18.2",
"svg-inline-loader": "^0.7.1",
"url-loader": "^0.5.9",
"webpack": "^1.13.2"
}
}