{
    "name": "swdapi",
    "version": "1.1.0",
    "description": "Sweetome Restful API Management based on Swagger OpenAPI Specification",
    "main": "openapi-gui.js",
    "bin": {
        "openapi-gui": "./openapi-gui.js"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "node openapi-gui.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Dancuo/openapi-gui.git"
    },
    "keywords": [
        "openapi",
        "openapi3",
        "swagger",
        "editor",
        "gui",
        "visual"
    ],
    "author": "Dancuo Wang",
    "contributors": [
        "Dancuo Wang <dancuownag@gmail.com>"
    ],
    "license": "MIT",
    "optionalDependencies": {
        "compression": "^1.6.2",
        "ejs": "^2.5.1",
        "express": "^4.16.3",
        "shins": "^2.2.1-5",
        "widdershins": "^3.4.2"
    },
    "dependencies": {
        "api2html": "^0.2.1",
        "child_process": "^1.0.2",
        "dateformat": "^3.0.3",
        "express-fileupload": "^0.4.0",
        "glob": "^7.1.3",
        "js-yaml": "^3.10.0",
        "mkdirp": "^0.5.1",
        "openapi-webconverter": "^1.3.10",
        "opn": "^5.2.0",
        "tiny-opts-parser": "0.0.3"
    },
    "devDependencies": {
        "log4js": "^3.0.6"
    }
}
