Files
openapi-generator/samples/client/petstore/javascript/package.json
Vincent Devos 8977d7b366 [JavaScript] fix index.js, ApiClient.js and test files generated to incorrect location (#2511)
remove outdated samples files
update test dependencies
2019-03-30 10:04:44 +08:00

22 lines
520 B
JSON

{
"name": "open_api_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 --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.7.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^5.2.0",
"sinon": "^7.2.0"
}
}