Browse Source

Add composer.json

https://getcomposer.org/
bubble
Teoh Han Hui 8 years ago
parent
commit
0384df092f
No known key found for this signature in database GPG Key ID: 729783C96A30C9B8
1 changed files with 29 additions and 0 deletions
  1. +29
    -0
      composer.json

+ 29
- 0
composer.json View File

@@ -0,0 +1,29 @@
{
"name": "swagger-api/swagger-ui",
"description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
"keywords": [
"Swagger",
"OpenAPI",
"specification",
"documentation",
"API",
"UI"
],
"homepage": "http://swagger.io",
"license": "Apache-2.0",
"authors": [
{
"name": "Tony Tam",
"email": "fehguy@gmail.com"
},
{
"name": "Mohsen Azimi",
"email": "me@azimi.me"
}
],
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
}
}

Loading…
Cancel
Save