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.
 
 
 
 

27 line
459 B

  1. {
  2. "name": "swagger-ui",
  3. "main": "dist/index.html",
  4. "version": "2.1.8-M1",
  5. "authors": [
  6. "Mohsen Azimi <me@azimi.me>"
  7. ],
  8. "description": "Swagger UI",
  9. "moduleType": [
  10. "globals"
  11. ],
  12. "keywords": [
  13. "Swagger",
  14. "API"
  15. ],
  16. "license": "Copyright 2015 Reverb Technologies, Inc.",
  17. "homepage": "http://swagger.io",
  18. "private": true,
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "tests"
  25. ]
  26. }