threeohfour
Version:
304 redirector. That's it's whole job
23 lines (22 loc) • 425 B
JSON
{
"name": "threeohfour",
"version": "1.0.10",
"description": "304 redirector. That's it's whole job",
"main": "app.js",
"bin": {
"threeohfour": "app.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"304",
"redirect"
],
"author": "Martin Murphy",
"license": "MIT",
"dependencies": {
"commander": "^2.13.0",
"express": "^4.16.2"
}
}