25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.4 KiB

11 년 전
11 년 전
11 년 전
11 년 전
11 년 전
11 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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.7-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.8-M1"
  22. },
  23. "devDependencies": {
  24. "chai": "^1.10.0",
  25. "cors": "2.1.1",
  26. "docco": "0.4.x",
  27. "event-stream": "^3.2.1",
  28. "express": "3.x",
  29. "gulp": "^3.8.10",
  30. "gulp-clean": "^0.3.1",
  31. "gulp-coffee": "^2.2.0",
  32. "gulp-concat": "^2.4.3",
  33. "gulp-connect": "^2.2.0",
  34. "gulp-declare": "^0.3.0",
  35. "gulp-handlebars": "^3.0.1",
  36. "gulp-header": "1.2.2",
  37. "gulp-less": "^2.0.1",
  38. "gulp-rename": "^1.2.0",
  39. "gulp-uglify": "^1.1.0",
  40. "gulp-util": "^3.0.2",
  41. "gulp-watch": "^4.1.0",
  42. "gulp-wrap": "^0.10.1",
  43. "http-server": "^0.7.4",
  44. "less": "~1.4.2",
  45. "mocha": "^2.1.0",
  46. "selenium-webdriver": "^2.44.0"
  47. }
  48. }