mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
27f1b6ee98
* Another approach: extending NodeJS server to support GCF. This does not add a new language, but adding some client options to support Google Cloud Functions (GCF). * Add URLs for how to deploy the generated code. Adds the client options help message and the README.md file.
16 lines
528 B
JSON
16 lines
528 B
JSON
{
|
|
"name": "swagger-petstore",
|
|
"version": "1.0.0",
|
|
"description": "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"swagger"
|
|
],
|
|
"license": "Unlicense",
|
|
"private": true,
|
|
"dependencies": {
|
|
"js-yaml": "^3.3.0",
|
|
"swagger-tools": "0.10.1"
|
|
}
|
|
}
|