You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 636 B

123456789101112131415161718192021222324
  1. {
  2. "name": "swagger-api/swagger-ui",
  3. "description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
  4. "keywords": [
  5. "Swagger",
  6. "OpenAPI",
  7. "specification",
  8. "documentation",
  9. "API",
  10. "UI"
  11. ],
  12. "homepage": "http://swagger.io",
  13. "license": "Apache-2.0",
  14. "authors": [
  15. {
  16. "name": "Tony Tam",
  17. "email": "fehguy@gmail.com"
  18. },
  19. {
  20. "name": "Mohsen Azimi",
  21. "email": "me@azimi.me"
  22. }
  23. ]
  24. }