mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
26 lines
492 B
JSON
26 lines
492 B
JSON
{
|
|
"name": "swagger_rails",
|
|
"version": "0.0.0",
|
|
"homepage": "https://github.com/domaindrivendev/swagger_rails",
|
|
"authors": [
|
|
"domaindrivendev <domaindrivendev@gmail.com>"
|
|
],
|
|
"description": "Seamlessly adds a Swagger to Rails-based API's",
|
|
"keywords": [
|
|
"swagger",
|
|
"swagger-ui",
|
|
"rails"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"swagger-ui": "2.1.2"
|
|
}
|
|
}
|