21 lines
397 B
JSON
21 lines
397 B
JSON
{
|
|
"name": "node-http-proxy",
|
|
"version": "1.0.0",
|
|
"description": "A proxy built using NodeJS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"run": "node index.js"
|
|
},
|
|
"author": "jaketothepast",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"request-promise": "^4.2.2",
|
|
"winston": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^23.6.0"
|
|
}
|
|
}
|