We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fadb84 commit 9942f6cCopy full SHA for 9942f6c
bower.json
@@ -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