25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

56 satır
1.5 KiB

  1. {
  2. "name": "swagger-ui",
  3. "author": "Tony Tam <fehguy@gmail.com>",
  4. "contributors": [
  5. {
  6. "name": "Mohsen Azimi",
  7. "email": "me@azimi.me"
  8. }
  9. ],
  10. "description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
  11. "version": "2.1.4",
  12. "homepage": "http://swagger.io",
  13. "license": "Apache-2.0",
  14. "main": "dist/swagger-ui.js",
  15. "scripts": {
  16. "build": "gulp",
  17. "serve": "gulp serve",
  18. "prejshint": "gulp",
  19. "jshint": "jshint .",
  20. "pretest": "npm run jshint",
  21. "test": "mocha"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/swagger-api/swagger-ui.git"
  26. },
  27. "readmeFilename": "README.md",
  28. "devDependencies": {
  29. "chai": "^2.1.0",
  30. "cors": "^2.5.3",
  31. "docco": "^0.7.0",
  32. "event-stream": "^3.2.2",
  33. "express": "^4.12.0",
  34. "gulp": "^3.8.11",
  35. "gulp-clean": "^0.3.1",
  36. "gulp-concat": "^2.5.2",
  37. "gulp-connect": "^2.2.0",
  38. "gulp-declare": "^0.3.0",
  39. "gulp-handlebars": "^3.0.1",
  40. "gulp-header": "^1.2.2",
  41. "gulp-jshint": "^1.10.0",
  42. "gulp-less": "^3.0.1",
  43. "gulp-order": "^1.1.1",
  44. "gulp-rename": "^1.2.0",
  45. "gulp-uglify": "^1.1.0",
  46. "gulp-watch": "^4.1.1",
  47. "gulp-wrap": "^0.11.0",
  48. "http-server": "git+https://github.com/nodeapps/http-server.git",
  49. "jshint-stylish": "^1.0.1",
  50. "less": "^2.4.0",
  51. "mocha": "^2.1.0",
  52. "selenium-webdriver": "^2.45.0",
  53. "swagger-client": "2.1.7"
  54. }
  55. }