UNPKG

nginx

Version:

An NPM package used for installing and configuring NGINX virtual hosts.

35 lines (34 loc) 735 B
{ "name": "nginx", "version": "1.0.8", "description": "An NPM package used for installing and configuring NGINX virtual hosts.", "main": "index.js", "keywords": [ "node", "nginx", "virtual", "host", "nginx", "helper" ], "author": { "name": "Ben Whybrow", "email": "ben@benwhybrow.com" }, "license": "LICENSE.md", "dependencies": { "chalk": "^4.1.0", "commander": "^7.2.0" }, "bin": { "nginx-install": "./index.js" }, "homepage": "https://benwhybrow.com/", "repository": { "type": "git", "url": "git+https://github.com/bwhybrow23/Nginx.git" }, "bugs": { "url": "https://github.com/bwhybrow23/Nginx/issues" } }