swagger2-to-object
Version:
Use Swagger v2 JSON Collections to generate sample JavaScript objects for requests and responses
24 lines (23 loc) • 661 B
JSON
{
"name": "swagger2-to-object",
"version": "1.0.9",
"description": "Use Swagger v2 JSON Collections to generate sample JavaScript objects for requests and responses",
"main": "swagger2-to-object.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djfdyuruiry/swagger2-to-object.git"
},
"keywords": [
"swagger",
"swagger-ui"
],
"author": "djfdyuruiry",
"license": "MIT",
"bugs": {
"url": "https://github.com/djfdyuruiry/swagger2-to-object/issues"
},
"homepage": "https://github.com/djfdyuruiry/swagger2-to-object#readme"
}