Skip to content

Commit

Permalink
added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur YILDIRIM committed Feb 7, 2015
1 parent 1fadb84 commit 9942f6c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "geolocator",
"version": "1.2.8",
"homepage": "https://github.com/onury/geolocator",
"authors": [
"Onur Yıldırım"
],
"description": "A javascript library for retrieving geolocation information via HTML5 and IP look-ups...",
"main": "./src/geolocator.js",
"moduleType": [
"globals"
],
"keywords": [
"geolocation",
"location",
"latitude",
"longitude",
"HTML5",
"google",
"map",
"geocode",
"ip",
"address",
"lookup"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 9942f6c

Please sign in to comment.