You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.8 KiB

  1. {
  2. "name": "semantic-ui",
  3. "version": "1.8.1",
  4. "title": "Semantic UI",
  5. "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
  6. "homepage": "http://www.semantic-ui.com",
  7. "author": "Jack Lukic <jack@semantic-ui.com>",
  8. "license": "MIT",
  9. "scripts": {
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/Semantic-Org/Semantic-UI.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/Semantic-Org/Semantic-UI/issues"
  17. },
  18. "peerDependencies": {
  19. "jquery" : "x.x.x",
  20. "gulp" : "3.x.x",
  21. "better-console" : "0.x.x",
  22. "del" : "1.x.x",
  23. "extend" : "2.x.x",
  24. "gulp-autoprefixer" : "2.x.x",
  25. "gulp-chmod" : "1.x.x",
  26. "gulp-clone" : "1.x.x",
  27. "gulp-concat" : "2.x.x",
  28. "gulp-concat-css" : "1.x.x",
  29. "gulp-copy" : "0.0.2",
  30. "gulp-flatten" : "0.0.4",
  31. "gulp-header" : "1.x.x",
  32. "gulp-help" : "1.x.x",
  33. "gulp-if" : "1.x.x",
  34. "gulp-json-editor" : "2.x.x",
  35. "gulp-less" : "1.x.x",
  36. "gulp-minify-css" : "0.x.x",
  37. "gulp-notify" : "2.x.x",
  38. "gulp-plumber" : "0.x.x",
  39. "gulp-print" : "1.x.x",
  40. "gulp-prompt" : "0.x.x",
  41. "gulp-rename" : "1.x.x",
  42. "gulp-replace" : "0.x.x",
  43. "gulp-rtlcss" : "0.x.x",
  44. "gulp-uglify" : "1.x.x",
  45. "gulp-util" : "3.x.x",
  46. "gulp-watch" : "2.x.x",
  47. "mkdirp" : "0.x.x",
  48. "require-dot-file" : "0.x.x",
  49. "wrench" : "1.x.x"
  50. },
  51. "devDependencies": {
  52. "github": "^0.2.3",
  53. "gulp-concat-filenames": "^0.0.3",
  54. "gulp-git": "^0.5.5",
  55. "gulp-karma": "0.0.4",
  56. "gulp-tap": "^0.1.3",
  57. "karma": "^0.12.28",
  58. "run-sequence": "^1.0.2"
  59. }
  60. }