apache-vhost
Version:
Automation tool for creating Apache virtual hosting configuration and domain name in *NIX based operating system.
38 lines (37 loc) • 927 B
JSON
{
"name": "apache-vhost",
"version": "1.0.0",
"description": "Automation tool for creating Apache virtual hosting configuration and domain name in *NIX based operating system.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionware/apache-vhost.git"
},
"bin": {
"apache-vhost": "./index.js"
},
"keywords": [
"Apache",
"Virtal",
"Domain",
"Virtal",
"Host",
"Automation",
"Configure"
],
"author": "Adedeji Stephen <ionwarez@gmail.com> (https://github.com/ionware)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionware/apache-vhost/issues"
},
"homepage": "https://github.com/ionware/apache-vhost#readme",
"dependencies": {
"commander": "2.20.0",
"inquirer": "6.3.1",
"shelljs": "0.8.3"
},
"devDependencies": {}
}