{ "name": "up-serve", "version": "0.1.5", "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", "json-beautify": "^1.0.1", "prettyjson": "^1.2.1", "shelljs": "^0.7.8", "validator": "^9.1.1" } }