Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

51 righe
1.4 KiB

  1. {
  2. "name": "swagger-ui",
  3. "version": "2.1.0-M1",
  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": "./node_modules/gulp/bin/gulp.js;",
  7. "serve": "./node_modules/gulp/bin/gulp.js serve;",
  8. "test": "./node_modules/gulp/bin/gulp.js; ./node_modules/mocha/bin/mocha"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/swagger-api/swagger-ui.git"
  13. },
  14. "author": {
  15. "name": "Tony Tam",
  16. "email": "fehguy@gmail.com",
  17. "url": "http://swagger.io"
  18. },
  19. "license": "Apache",
  20. "readmeFilename": "README.md",
  21. "dependencies": {
  22. "shred": "0.8.10",
  23. "btoa": "1.1.1",
  24. "swagger-client": "2.1.0-M1"
  25. },
  26. "devDependencies": {
  27. "chai": "^1.10.0",
  28. "cors": "2.1.1",
  29. "docco": "0.4.x",
  30. "event-stream": "^3.2.1",
  31. "express": "3.x",
  32. "gulp": "^3.8.10",
  33. "gulp-clean": "^0.3.1",
  34. "gulp-coffee": "^2.2.0",
  35. "gulp-concat": "^2.4.3",
  36. "gulp-connect": "^2.2.0",
  37. "gulp-declare": "^0.3.0",
  38. "gulp-handlebars": "^3.0.1",
  39. "gulp-less": "^2.0.1",
  40. "gulp-rename": "^1.2.0",
  41. "gulp-uglify": "^1.1.0",
  42. "gulp-util": "^3.0.2",
  43. "gulp-watch": "^4.1.0",
  44. "gulp-wrap": "^0.10.1",
  45. "http-server": "^0.7.4",
  46. "less": "~1.4.2",
  47. "mocha": "^2.1.0",
  48. "selenium-webdriver": "^2.44.0"
  49. }
  50. }