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.
45 lines
925 B
45 lines
925 B
{
|
|
"name": "up-serve",
|
|
"version": "0.3.2",
|
|
"description": "A cli tool to quickly create and manage nginx server blocks.",
|
|
"main": "lib.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "node ./build/fetchTLDS"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/codefeathers/up-serve.git"
|
|
},
|
|
"keywords": [
|
|
"up",
|
|
"serve",
|
|
"nginx",
|
|
"server",
|
|
"block"
|
|
],
|
|
"bin": {
|
|
"up": "./cli.js"
|
|
},
|
|
"pkg": {
|
|
"assets": "assets/*"
|
|
},
|
|
"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",
|
|
"prettyjson": "^1.2.1",
|
|
"readline-sync": "^1.4.7",
|
|
"save": "^2.3.2",
|
|
"shelljs": "^0.7.8"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.19.1"
|
|
}
|
|
}
|
|
|