java-tutorials/nginx-forward-proxy/package.json

15 lines
327 B
JSON

{
"name": "nginx-forward-proxy",
"version": "1.0.0",
"description": "Simple Client for Connecting to a Forward Proxy",
"main": "proxytest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Olsi Seferi",
"license": "ISC",
"dependencies": {
"request": "^2.88.2"
}
}