Skip to content

Commit 9942f6c

Browse files
author
Onur YILDIRIM
committed
added bower.json
1 parent 1fadb84 commit 9942f6c

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

bower.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "geolocator",
3+
"version": "1.2.8",
4+
"homepage": "https://github.com/onury/geolocator",
5+
"authors": [
6+
"Onur Yıldırım"
7+
],
8+
"description": "A javascript library for retrieving geolocation information via HTML5 and IP look-ups...",
9+
"main": "./src/geolocator.js",
10+
"moduleType": [
11+
"globals"
12+
],
13+
"keywords": [
14+
"geolocation",
15+
"location",
16+
"latitude",
17+
"longitude",
18+
"HTML5",
19+
"google",
20+
"map",
21+
"geocode",
22+
"ip",
23+
"address",
24+
"lookup"
25+
],
26+
"license": "MIT",
27+
"ignore": [
28+
"**/.*",
29+
"node_modules",
30+
"bower_components",
31+
"test",
32+
"tests"
33+
]
34+
}

0 commit comments

Comments
 (0)