16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"name": "node-http-proxy",
|
|
"version": "1.0.0",
|
|
"description": "A proxy built using NodeJS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"run": "node index.js"
|
|
},
|
|
"author": "jaketothepast",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.16.4"
|
|
}
|
|
}
|