nginxbeautifier
Version:
Nginx Configuration Beautifier
38 lines (37 loc) • 880 B
JSON
{
"name": "nginxbeautifier",
"version": "1.0.19",
"description": "Nginx Configuration Beautifier",
"main": "nginxbeautifier.js",
"git": "git@github.com:vasilevich/nginxbeautifier.git",
"bin": {
"nginxbeautifier": "index.js"
},
"preferGlobal": true,
"engines": {
"node": ">0.10.32"
},
"keywords": [
"nginx",
"beautifier",
"formatter",
"prettifier",
"pretty",
"config",
"server"
],
"author": "Yosef <vasilevich1234@gmail.com> (https://nginxbeautifier.com)",
"license": "Apache-2.0",
"scripts": {
"test": "nginxbeautifier"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasilevich/nginxbeautifier.git"
},
"bugs": {
"url": "https://github.com/vasilevich/nginxbeautifier/issues"
},
"homepage": "https://github.com/vasilevich/nginxbeautifier#readme",
"dependencies": {}
}