-
Notifications
You must be signed in to change notification settings - Fork 107
/
bower.json
42 lines (42 loc) · 811 Bytes
/
bower.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
{
"name": "geolocator",
"description": "A utility for getting geo-location information via HTML5 and IP look-ups, geocoding, address look-ups, distance and durations, timezone information and more...",
"main": "dist/geolocator.js",
"authors": [
"Onur Yıldırım"
],
"license": "MIT",
"keywords": [
"geo",
"geolocation",
"location",
"position",
"latitude",
"longitude",
"HTML5",
"google",
"map",
"geocode",
"reverse-geocode",
"ip",
"address",
"lookup",
"distance",
"directions",
"duration",
"matrix",
"route",
"timezone",
"lat",
"lng",
"lon"
],
"homepage": "https://github.com/onury/geolocator",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}