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.

89 lines
2.9 KiB

9 years ago
9 years ago
9 years ago
9 years ago
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" : "1.9.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. "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" : "0.x.x",
  21. "del" : "1.x.x",
  22. "extend" : "2.x.x",
  23. "gulp" : "3.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-less" : "1.x.x",
  35. "gulp-minify-css" : "0.x.x",
  36. "gulp-notify" : "2.x.x",
  37. "gulp-plumber" : "0.x.x",
  38. "gulp-print" : "1.x.x",
  39. "gulp-replace" : "0.x.x",
  40. "gulp-rename" : "1.x.x",
  41. "gulp-rtlcss" : "0.x.x",
  42. "gulp-uglify" : "1.x.x",
  43. "gulp-util" : "3.x.x",
  44. "gulp-watch" : "2.x.x",
  45. "require-dot-file" : "0.x.x"
  46. },
  47. "dependencies": {
  48. "better-console" : "0.x.x",
  49. "del" : "1.x.x",
  50. "extend" : "2.x.x",
  51. "gulp" : "3.x.x",
  52. "gulp-autoprefixer" : "2.x.x",
  53. "gulp-chmod" : "1.x.x",
  54. "gulp-clone" : "1.x.x",
  55. "gulp-concat" : "2.x.x",
  56. "gulp-concat-css" : "1.x.x",
  57. "gulp-copy" : "0.0.2",
  58. "gulp-flatten" : "0.0.4",
  59. "gulp-header" : "1.x.x",
  60. "gulp-help" : "1.x.x",
  61. "gulp-if" : "1.x.x",
  62. "gulp-json-editor" : "2.x.x",
  63. "gulp-less" : "1.x.x",
  64. "gulp-minify-css" : "0.x.x",
  65. "gulp-notify" : "2.x.x",
  66. "gulp-plumber" : "0.x.x",
  67. "gulp-print" : "1.x.x",
  68. "gulp-prompt" : "0.x.x",
  69. "gulp-rename" : "1.x.x",
  70. "gulp-replace" : "0.x.x",
  71. "gulp-rtlcss" : "0.x.x",
  72. "gulp-uglify" : "1.x.x",
  73. "gulp-util" : "3.x.x",
  74. "gulp-watch" : "2.x.x",
  75. "jquery" : "x.x.x",
  76. "mkdirp" : "0.x.x",
  77. "require-dot-file" : "0.x.x",
  78. "wrench" : "1.x.x"
  79. },
  80. "devDependencies": {
  81. "github" : "^0.2.3",
  82. "gulp-concat-filenames" : "^0.0.3",
  83. "gulp-git" : "^0.5.5",
  84. "gulp-karma" : "0.0.4",
  85. "gulp-tap" : "^0.1.3",
  86. "karma" : "^0.12.28",
  87. "run-sequence" : "^1.0.2"
  88. }
  89. }