rswag/bower.json
2016-04-25 23:34:19 -07:00

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"
}
}