Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Sep 6, 2023
1 parent 99a4229 commit 34bdd76
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,30 @@
"version": "2.0.4",
"description": "A light weight native JavaScript implementation of GeoIP API from MaxMind.",
"keywords": [
"city",
"country",
"fast-geoip",
"geo",
"geoip",
"geolite",
"geolite2",
"geolocation",
"geolookup",
"ip",
"ipv4",
"ipv6",
"geolookup",
"location",
"maxmind",
"geolite",
"geolite2",
"fast-geoip"
"region",
"state"
],
"homepage": "https://github.com/sefinek24/geoip-lite2",
"bugs": {
"url": "https://github.com/sefinek24/geoip-lite2/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/sefinek24/geoip-lite2.git"
"url": "git+https://github.com/sefinek24/geoip-lite2.git"
},
"license": "Apache-2.0",
"author": "Philip Tellis <philip@bluesmoon.info> (https://bluesmoon.info)",
Expand Down

0 comments on commit 34bdd76

Please sign in to comment.