mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"name": "swagger-yaml",
|
|
"version": "2.0.1",
|
|
"description": "Converts yaml to swagger json",
|
|
"author": {
|
|
"name": "Tony Tam",
|
|
"email": "fehguy@gmail.com",
|
|
"url": "http://developer.wordnik.com"
|
|
},
|
|
"license": "Apache",
|
|
"readmeFilename": "README.md",
|
|
"dependencies": {
|
|
"json2yaml": "~1.0",
|
|
"js-yaml": "~3.0"
|
|
}
|
|
} |