mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
16 lines
493 B
JSON
16 lines
493 B
JSON
{
|
|
"name": "",
|
|
"version": "1.0.0",
|
|
"description": "This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"swagger"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"connect": "^3.2.0",
|
|
"swagger-tools": "0.8.*"
|
|
}
|
|
}
|