node-http-proxy/package.json
2019-01-24 19:54:48 -05:00

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"
}
}