mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
29885ab2ae
to avoid an unexpected behavior on request.header in 1.7.2: Node version's request.header uses lower-case keys while browser version's request.header keeps current case. See also visionmedia/superagent#873
18 lines
592 B
JSON
18 lines
592 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 <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",
|
|
"license": "Apache 2.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/mocha/bin/mocha --recursive"
|
|
},
|
|
"dependencies": {
|
|
"superagent": "1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~2.3.4",
|
|
"expect.js": "~0.3.1"
|
|
}
|
|
}
|