mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
17 lines
510 B
JSON
17 lines
510 B
JSON
{
|
|
"name": "swagger-petstore",
|
|
"version": "1.0.0",
|
|
"description": "This is a sample server Petstore server.\n\n[Learn about Swagger](http://swagger.io) or join the IRC channel `#swagger` on irc.freenode.net.\n\nFor this sample, you can use the api key `special-key` to test the authorization filters\n",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"swagger"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"connect": "^3.2.0",
|
|
"js-yaml": "^3.3.0",
|
|
"swagger-tools": "0.9.*"
|
|
}
|
|
}
|