-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
51 lines (51 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"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"
}
}