Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

48 řádky
1.4 KiB

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