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 години
преди 11 години
преди 11 години
преди 11 години
преди 11 години
12345678910111213141516171819202122232425
  1. {
  2. "name": "swagger-ui",
  3. "version": "0.1.13",
  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.5.0",
  22. "swagger-client": "1.0.2",
  23. "handlebars": "~1.0.10"
  24. }
  25. }