Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

27 righe
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. }