Skip to content

Commit 6fc8208

Browse files
authored
Add files via upload
1 parent 1a4184b commit 6fc8208

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

package.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "ipapi.co",
3+
"version": "0.2.1",
4+
"description": "IP address location API - https://ipapi.co",
5+
"main": "ipapi.js",
6+
"keywords": [
7+
"geolocation",
8+
"ip address",
9+
"ip address geolocation",
10+
"ip address lookup",
11+
"ip address to location",
12+
"ip address tracer",
13+
"ip address tracker",
14+
"ip checker",
15+
"ip lookup",
16+
"ip tracker",
17+
"ip-address",
18+
"ipapi",
19+
"ipapi.co",
20+
"ipv4",
21+
"ipv6",
22+
"location",
23+
"lookup ip address",
24+
"trace ip address"
25+
],
26+
"author": "ipapi <[email protected]>",
27+
"license": "MIT",
28+
"repository": {
29+
"type": "git",
30+
"url": "https://github.com/ipapi-co/ipapi-nodejs.git"
31+
},
32+
"scripts": {
33+
"test": "echo \"Error: no test specified\" && exit 1"
34+
},
35+
"homepage": "https://ipapi.co",
36+
"logo": "https://ipapi.co/static/images/icon/icon-64.png"
37+
}

0 commit comments

Comments
 (0)