mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
19 lines
506 B
JSON
19 lines
506 B
JSON
{
|
|
"name": "swagger_petstore",
|
|
"version": "1.0.0",
|
|
"description": "This_spec_is_mainly_for_testing_Petstore_server_and_contains_fake_endpoints_models__Please_do_not_use_this_for_any_other_purpose__Special_characters__",
|
|
"license": "Unlicense",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/mocha/bin/mocha --recursive"
|
|
},
|
|
"dependencies": {
|
|
"superagent": "3.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~2.3.4",
|
|
"sinon": "1.17.3",
|
|
"expect.js": "~0.3.1"
|
|
}
|
|
}
|