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.

пре 11 година
пре 10 година
пре 11 година
пре 10 година
пре 10 година
пре 11 година
пре 11 година
1234567891011121314151617181920212223242526
  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. }