Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

27 rindas
779 B

  1. {
  2. "name": "swagger-ui",
  3. "version": "2.1.0-alpha.3",
  4. "description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
  5. "scripts": {
  6. "build": "PATH=$PATH:./node_modules/.bin cake dist",
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/wordnik/swagger-ui.git"
  12. },
  13. "author": {
  14. "name": "Tony Tam",
  15. "email": "fehguy@gmail.com",
  16. "url": "http://developer.wordnik.com"
  17. },
  18. "license": "Apache",
  19. "readmeFilename": "README.md",
  20. "dependencies": {
  21. "coffee-script": "~1.6.3",
  22. "swagger-client": "2.0.41",
  23. "handlebars": "~1.0.10",
  24. "less": "~1.4.2"
  25. }
  26. }