A cli tool to quickly create and manage nginx server blocks.
https://up.js.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
808 B
36 lines
808 B
{
|
|
"name": "up-serve",
|
|
"version": "0.0.1",
|
|
"description": "A cli tool to quickly create and manage nginx server blocks.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/codefeathers/up-serve.git"
|
|
},
|
|
"keywords": [
|
|
"up",
|
|
"serve",
|
|
"nginx",
|
|
"server",
|
|
"block"
|
|
],
|
|
"bin": {
|
|
"up": "./index.js"
|
|
},
|
|
"author": "Muthu Kumar (@MKRhere)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/codefeathers/up-serve/issues"
|
|
},
|
|
"homepage": "https://github.com/codefeathers/up-serve#readme",
|
|
"dependencies": {
|
|
"chalk": "^2.3.0",
|
|
"commander": "^2.11.0",
|
|
"fs-extra": "^4.0.2",
|
|
"shelljs": "^0.7.8",
|
|
"validator": "^9.1.1"
|
|
}
|
|
}
|
|
|