mirror of
https://github.com/tornadocash/ip-echo.git
synced 2024-11-22 01:46:54 +01:00
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"name": "ip-echo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"geoip-lite": "^1.3.8"
|
|
}
|
|
}
|