openapi-gui
Version:
GUI / visual editor for creating and editing OpenApi / Swagger definitions
41 lines (40 loc) • 1.02 kB
JSON
{
"name": "openapi-gui",
"version": "1.2.2",
"description": "GUI / visual editor for creating and editing OpenApi / Swagger definitions",
"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/Mermade/openapi-gui.git"
},
"keywords": [
"openapi",
"openapi3",
"swagger",
"editor",
"gui",
"visual"
],
"author": "Mike Ralphson",
"license": "MIT",
"optionalDependencies": {
"express": "^4.15.5",
"compression": "^1.6.2",
"ejs": "^2.5.1",
"widdershins": "^3.4.2",
"shins": "^2.2.1-5"
},
"dependencies": {
"js-yaml": "^3.10.0",
"openapi-webconverter": "^1.3.15",
"opn": "^5.2.0",
"tiny-opts-parser": "0.0.3"
}
}