-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
37 lines (37 loc) · 844 Bytes
/
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
37
{
"name": "ipapi.co",
"version": "0.3.0",
"description": "IP address location API - https://ipapi.co",
"main": "ipapi.js",
"keywords": [
"geolocation",
"ip address",
"ip address geolocation",
"ip address lookup",
"ip address to location",
"ip address tracer",
"ip address tracker",
"ip checker",
"ip lookup",
"ip tracker",
"ip-address",
"ipapi",
"ipapi.co",
"ipv4",
"ipv6",
"location",
"lookup ip address",
"trace ip address"
],
"author": "ipapi <pweb@ipapi.co>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ipapi-co/ipapi-nodejs.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://ipapi.co",
"logo": "https://ipapi.co/static/images/icon/icon-64.png"
}