mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
27 lines
706 B
JSON
27 lines
706 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": "Apache-2.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "mocha --compilers js:babel-core/register --recursive"
|
|
},
|
|
"browser": {
|
|
"fs": false
|
|
},
|
|
"dependencies": {
|
|
"babel": "^6.23.0",
|
|
"babel-cli": "^6.26.0",
|
|
"superagent": "3.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"expect.js": "~0.3.1",
|
|
"mocha": "~2.3.4",
|
|
"sinon": "1.17.3"
|
|
}
|
|
}
|