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.

91 lines
2.6 KiB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. {
  2. "name" : "semantic-ui",
  3. "version" : "2.0.0",
  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-flatten": "*",
  31. "gulp-header": "*",
  32. "gulp-help": "*",
  33. "gulp-if": "*",
  34. "gulp-less": "*",
  35. "gulp-minify-css": "*",
  36. "gulp-notify": "*",
  37. "gulp-plumber": "*",
  38. "gulp-print": "*",
  39. "gulp-replace": "*",
  40. "gulp-rename": "*",
  41. "gulp-rtlcss": "*",
  42. "gulp-uglify": "*",
  43. "gulp-util": "*",
  44. "gulp-watch": "*",
  45. "require-dot-file": "*"
  46. },
  47. "dependencies": {
  48. "better-console" : "*",
  49. "del" : "^1.1.1",
  50. "extend" : "^2.0.0",
  51. "gulp" : "^3.8.11",
  52. "gulp-autoprefixer" : "^2.1.0",
  53. "gulp-chmod" : "*",
  54. "gulp-clone" : "^1.0.0",
  55. "gulp-concat" : "^2.5.2",
  56. "gulp-concat-css" : "^2.1.2",
  57. "gulp-copy" : "*",
  58. "gulp-flatten" : "*",
  59. "gulp-header" : "^1.2.2",
  60. "gulp-help" : "^1.3.4",
  61. "gulp-if" : "*",
  62. "gulp-json-editor" : "^2.2.1",
  63. "gulp-less" : "^3.0.2",
  64. "gulp-minify-css" : "^1.0.0",
  65. "gulp-notify" : "^2.2.0",
  66. "gulp-plumber" : "^1.0.0",
  67. "gulp-print" : "^1.1.0",
  68. "gulp-prompt" : "^0.1.2",
  69. "gulp-rename" : "^1.2.0",
  70. "gulp-replace" : "^0.5.3",
  71. "gulp-rtlcss" : "^0.1.4",
  72. "gulp-uglify" : "^1.1.0",
  73. "gulp-util" : "^3.0.4",
  74. "gulp-watch" : "^4.2.0",
  75. "jquery" : "^2.1.3",
  76. "mkdirp" : "^0.5.0",
  77. "require-dot-file" : "^0.4.0",
  78. "map-stream" : "^0.1.0",
  79. "yamljs" : "^0.2.1",
  80. "wrench" : "https://github.com/derekslife/wrench-js/tarball/156eaceed68ed31ffe2a3ecfbcb2be6ed1417fb2"
  81. },
  82. "devDependencies": {
  83. "github": "^0.2.3",
  84. "gulp-concat-filenames": "^0.0.3",
  85. "merge-stream": "^0.1.7",
  86. "gulp-debug": "^2.0.1",
  87. "gulp-git": "^1.0.0",
  88. "gulp-tap": "^0.1.3",
  89. "run-sequence": "^1.0.2"
  90. }
  91. }