initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "ip-pinger",
|
||||
"version": "1.0.0",
|
||||
"description": "Simple web service that returns client IP address",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"keywords": ["ip", "client-ip", "web-service"],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user