-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"author": "",
"bugs": {
"url": "https://github.com/IPGeolocation/ip-geolocation-api-typescript-sdk"
},
"deprecated": false,
"description": "[Typescript SDK for IP Geolocation API](https://ipgeolocation.io/documentation/ip-geolocation-api-typescript-sdk-201809051239). You can use this SDK to Geolocate an IP address and get time zone information based on geolocation coordinates, or an IP address.",
"homepage": "https://github.com/IPGeolocation/ip-geolocation-api-typescript-sdk",
"keywords": [
"ip",
"ipgeo",
"ip geolocation",
"ip geolocation api",
"time zone",
"ip geolocation sdk",
"geolocation typescript",
"geoip lookup",
"geoip api",
"ip location api"
],
"license": "ISC",
"main": "IPGeolocationAPI.ts",
"name": "ip-geolocation-api-sdk-typescript",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:IPGeolocation/ip-geolocation-api-typescript-sdk.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.7",
"dependencies": {
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {}
}