301
Version:
A super simple HTTP redirect server
26 lines (25 loc) • 565 B
JSON
{
"name": "301",
"version": "1.1.1",
"description": "A super simple HTTP redirect server",
"bin": {
"301": "bin/cli.js"
},
"preferGloabl": true,
"scripts": {
"test": "echo 'YOLO' && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/markhuge/301-node.git"
},
"author": "Mark Wilkerson <mark@markwilkerson.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/markhuge/301-node/issues"
},
"homepage": "https://github.com/markhuge/301-node",
"dependencies": {
"minimist": "1.1.0"
}
}