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.

97 lines
2.5 KiB

9 years ago
9 years ago
9 years ago
  1. {
  2. "name": "semantic-ui",
  3. "version": "2.1.8",
  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. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/Semantic-Org/Semantic-UI.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/Semantic-Org/Semantic-UI/issues"
  15. },
  16. "scripts": {
  17. "install": "gulp install"
  18. },
  19. "peerDependencies": {
  20. "better-console": "*",
  21. "del": "*",
  22. "extend": "*",
  23. "gulp": "*",
  24. "gulp-autoprefixer": "*",
  25. "gulp-chmod": "*",
  26. "gulp-clone": "*",
  27. "gulp-concat": "*",
  28. "gulp-concat-css": "*",
  29. "gulp-copy": "*",
  30. "gulp-dedupe": "*",
  31. "gulp-flatten": "*",
  32. "gulp-header": "*",
  33. "gulp-help": "*",
  34. "gulp-if": "*",
  35. "gulp-less": "*",
  36. "gulp-minify-css": "*",
  37. "gulp-notify": "*",
  38. "gulp-plumber": "*",
  39. "gulp-print": "*",
  40. "gulp-rename": "*",
  41. "gulp-replace": "*",
  42. "gulp-rtlcss": "*",
  43. "gulp-uglify": "*",
  44. "gulp-util": "*",
  45. "gulp-watch": "*",
  46. "map-stream": "*",
  47. "require-dot-file": "*",
  48. "run-sequence": "*",
  49. "yamljs": "*"
  50. },
  51. "dependencies": {
  52. "better-console": "*",
  53. "del": "^2.0.2",
  54. "extend": "^3.0.0",
  55. "gulp": "^3.9.0",
  56. "gulp-autoprefixer": "^3.1.0",
  57. "gulp-chmod": "^1.2.0",
  58. "gulp-clone": "^1.0.0",
  59. "gulp-concat": "^2.6.0",
  60. "gulp-concat-css": "^2.2.0",
  61. "gulp-copy": "0.0.2",
  62. "gulp-dedupe": "0.0.2",
  63. "gulp-flatten": "^0.2.0",
  64. "gulp-header": "^1.2.2",
  65. "gulp-help": "^1.6.0",
  66. "gulp-if": "^2.0.0",
  67. "gulp-json-editor": "^2.2.1",
  68. "gulp-less": "^3.0.3",
  69. "gulp-minify-css": "^1.2.0",
  70. "gulp-notify": "^2.2.0",
  71. "gulp-plumber": "^1.0.1",
  72. "gulp-print": "^2.0.1",
  73. "gulp-prompt": "^0.1.2",
  74. "gulp-rename": "^1.2.2",
  75. "gulp-replace": "^0.5.3",
  76. "gulp-rtlcss": "^0.1.4",
  77. "gulp-uglify": "^1.2.0",
  78. "gulp-util": "^3.0.6",
  79. "gulp-watch": "^4.3.1",
  80. "jquery": "^2.1.4",
  81. "map-stream": "^0.1.0",
  82. "merge-stream": "^1.0.0",
  83. "mkdirp": "^0.5.1",
  84. "require-dot-file": "^0.4.0",
  85. "run-sequence": "^1.1.0",
  86. "wrench": "https://github.com/derekslife/wrench-js/tarball/156eaceed68ed31ffe2a3ecfbcb2be6ed1417fb2",
  87. "yamljs": "^0.2.3"
  88. },
  89. "devDependencies": {
  90. "github": "*",
  91. "gulp-concat-filenames": "*",
  92. "gulp-debug": "*",
  93. "gulp-git": "*",
  94. "gulp-tap": "*",
  95. "merge-stream": "*"
  96. }
  97. }