node-http-proxy/package.json

19 lines
339 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"
},
"devDependencies": {
"jest": "^23.6.0"
}
}