選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

37 行
1.0 KiB

  1. {
  2. "name": "swagger-ui",
  3. "version": "2.1.0-alpha.8",
  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": "PATH=$PATH:./node_modules/.bin cake dist",
  7. "test": "./node_modules/coffee-script/bin/cake dist; ./node_modules/mocha/bin/mocha src/test/e2e/index.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/wordnik/swagger-ui.git"
  12. },
  13. "author": {
  14. "name": "Tony Tam",
  15. "email": "fehguy@gmail.com",
  16. "url": "http://developer.wordnik.com"
  17. },
  18. "license": "Apache",
  19. "readmeFilename": "README.md",
  20. "dependencies": {
  21. "coffee-script": "~1.6.3",
  22. "swagger-client": "2.1.0-alpha.7",
  23. "handlebars": "~1.0.10",
  24. "less": "~1.4.2"
  25. },
  26. "devDependencies": {
  27. "chai": "^1.10.0",
  28. "cors": "2.1.1",
  29. "docco": "0.4.x",
  30. "express": "3.x",
  31. "http-server": "^0.7.4",
  32. "mocha": "^2.1.0",
  33. "ncp": "^1.0.1",
  34. "selenium-webdriver": "^2.44.0"
  35. }
  36. }