Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

48 строки
1.4 KiB

  1. {
  2. "name": "swagger-ui",
  3. "author": "Tony Tam <fehguy@gmail.com>",
  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. "version": "2.1.8-M1",
  6. "homepage": "http://swagger.io",
  7. "license": "Apache 2.0",
  8. "scripts": {
  9. "build": "./node_modules/gulp/bin/gulp.js;",
  10. "serve": "./node_modules/gulp/bin/gulp.js serve;",
  11. "test": "./node_modules/gulp/bin/gulp.js; ./node_modules/mocha/bin/mocha"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/swagger-api/swagger-ui.git"
  16. },
  17. "readmeFilename": "README.md",
  18. "dependencies": {
  19. "shred": "0.8.10",
  20. "btoa": "1.1.1",
  21. "swagger-client": "2.1.9-M1"
  22. },
  23. "devDependencies": {
  24. "chai": "^2.1.0",
  25. "cors": "^2.5.3",
  26. "docco": "^0.7.0",
  27. "event-stream": "^3.2.2",
  28. "express": "^4.12.0",
  29. "gulp": "^3.8.11",
  30. "gulp-clean": "^0.3.1",
  31. "gulp-concat": "^2.5.2",
  32. "gulp-connect": "^2.2.0",
  33. "gulp-declare": "^0.3.0",
  34. "gulp-handlebars": "^3.0.1",
  35. "gulp-header": "^1.2.2",
  36. "gulp-less": "^3.0.1",
  37. "gulp-order": "^1.1.1",
  38. "gulp-rename": "^1.2.0",
  39. "gulp-uglify": "^1.1.0",
  40. "gulp-watch": "^4.1.1",
  41. "gulp-wrap": "^0.11.0",
  42. "http-server": "git+https://github.com/nodeapps/http-server.git",
  43. "less": "^2.4.0",
  44. "mocha": "^2.1.0",
  45. "selenium-webdriver": "^2.45.0"
  46. }
  47. }