blob: 62c2aa40f020ba3b879e6813a6ca891d9f75e8c1 [file] [log] [blame]
{
"name": "http-rendering-proxy",
"version": "0.0.1",
"description": "Minimal HTTP rendering proxy example",
"main": "http-rendering-proxy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"handlebars": "^4.7.6",
"make-runnable": "^1.3.6",
"request": "^2.88.2"
}
}