Skip to content

Commit 5ce7470

Browse files
committed
v2.0.0
1 parent 0b135a8 commit 5ce7470

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

bower.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "geolocator",
3+
"description": "A utility for getting geo-location information, geocoding, address look-ups, distance & durations, timezone information and more...",
4+
"main": "dist/geolocator.js",
5+
"authors": [
6+
"Onur Yıldırım"
7+
],
8+
"license": "MIT",
9+
"keywords": [
10+
"geo",
11+
"geolocation",
12+
"location",
13+
"position",
14+
"latitude",
15+
"longitude",
16+
"HTML5",
17+
"google",
18+
"map",
19+
"geocode",
20+
"reverse-geocode",
21+
"ip",
22+
"address",
23+
"lookup",
24+
"distance",
25+
"directions",
26+
"duration",
27+
"matrix",
28+
"route",
29+
"timezone",
30+
"lat",
31+
"lng",
32+
"lon"
33+
],
34+
"homepage": "https://github.com/onury/geolocator",
35+
"ignore": [
36+
"**/.*",
37+
"node_modules",
38+
"bower_components",
39+
"test",
40+
"tests"
41+
]
42+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "geolocator",
33
"version": "2.0.0",
4-
"description": "A javascript library for retrieving geolocation information via HTML5 and IP look-ups...",
4+
"description": "A utility for getting geo-location information, geocoding, address look-ups, distance & durations, timezone information and more...",
55
"author": {
66
"name": "Onur Yıldırım",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)