-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 968 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
38
39
40
41
42
43
44
45
46
47
{
"name": "@inncode/geox",
"version": "1.0.11",
"description": "Tools for geolocation <3",
"main": "index.js",
"bin": {
"geox": "./index.js"
},
"scripts": {
"test": "node tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/inncode/geox.git"
},
"keywords": [
"geolocation",
"ip",
"location",
"trace",
"osm",
"openstreetmaps",
"node",
"cli",
"utils",
"maxmind",
"tools"
],
"author": "Hiago Silva Souza <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inncode/geox/issues"
},
"homepage": "https://github.com/inncode/geox#readme",
"dependencies": {
"@maxmind/geoip2-node": "^0.5.0",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"clui": "^0.3.6",
"figlet": "^1.2.1",
"get-installed-path": "^4.0.8",
"inquirer": "^6.3.1",
"node-wget": "^0.4.3",
"requestify": "^0.2.5",
"targz": "^1.0.1"
}
}