clientside-redirect
Version:
Check if there is a client redirect setup on the URL
36 lines (35 loc) • 891 B
JSON
{
"name": "clientside-redirect",
"version": "1.0.6",
"bin": {
"clientside-redirect": "./bin/app.js"
},
"description": "Check if there is a client redirect setup on the URL",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgebrechristos/clientside-redirect.git"
},
"keywords": [
"redirect",
"client-side-redirect"
],
"author": "Brook Gebrechristos",
"license": "ISC",
"bugs": {
"url": "https://github.com/bgebrechristos/clientside-redirect/issues"
},
"homepage": "https://github.com/bgebrechristos/clientside-redirect#readme",
"dependencies": {
"chalk": "^1.1.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"lodash": "^4.3.0",
"progress": "^1.1.8",
"prompt": "^0.2.14",
"request": "^2.69.0"
}
}