|
1 | 1 | { |
2 | | -"name":"node-geoip2", |
| 2 | +"name":"geoip2-lite", |
3 | 3 | "version":"1.0.0", |
4 | 4 | "description":"MaxMind's GeoIP2 API implementation on Native NodeJS", |
5 | 5 | "main":"lib/geoip2.js", |
|
12 | 12 | }, |
13 | 13 | "repository": { |
14 | 14 | "type":"git", |
15 | | -"url":"git+https://github.com/geoip2/node-geoip2.git" |
| 15 | +"url":"git+https://github.com/geoip2/geoip2-lite.git" |
16 | 16 | }, |
17 | 17 | "keywords": [ |
18 | 18 | "geolocation", |
|
29 | 29 | "author":"Chandra Gupta <i@chandragupta.me> (https://chandragupta.me/)", |
30 | 30 | "license":"MIT", |
31 | 31 | "bugs": { |
32 | | -"url":"https://github.com/geoip2/node-geoip2/issues" |
| 32 | +"url":"https://github.com/geoip2/geoip2-lite/issues" |
33 | 33 | }, |
34 | | -"homepage":"https://github.com/geoip2/node-geoip2#readme" |
| 34 | +"homepage":"https://github.com/geoip2/geoip2-lite#readme" |
35 | 35 | } |