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.

65 lines
2.0 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.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. "install" : "gulp install"
  11. },
  12. "repository": {
  13. "type" : "git",
  14. "url" : "git://github.com/Semantic-Org/Semantic-UI.git"
  15. },
  16. "bugs": {
  17. "url" : "https://github.com/Semantic-Org/Semantic-UI/issues"
  18. },
  19. "dependencies": {
  20. "jquery" : "x.x.x"
  21. },
  22. "peerDependencies": {
  23. "gulp" : "3.x.x",
  24. "better-console" : "0.x.x",
  25. "del" : "1.x.x",
  26. "extend" : "2.x.x",
  27. "gulp-autoprefixer" : "2.x.x",
  28. "gulp-chmod" : "1.x.x",
  29. "gulp-clone" : "1.x.x",
  30. "gulp-concat" : "2.x.x",
  31. "gulp-concat-css" : "1.x.x",
  32. "gulp-copy" : "0.0.2",
  33. "gulp-flatten" : "0.0.4",
  34. "gulp-header" : "1.x.x",
  35. "gulp-help" : "1.x.x",
  36. "gulp-if" : "1.x.x",
  37. "gulp-json-editor" : "2.x.x",
  38. "gulp-less" : "1.x.x",
  39. "gulp-minify-css" : "0.x.x",
  40. "gulp-notify" : "2.x.x",
  41. "gulp-plumber" : "0.x.x",
  42. "gulp-print" : "1.x.x",
  43. "gulp-prompt" : "0.x.x",
  44. "gulp-rename" : "1.x.x",
  45. "gulp-replace" : "0.x.x",
  46. "gulp-rtlcss" : "0.x.x",
  47. "gulp-uglify" : "1.x.x",
  48. "gulp-util" : "3.x.x",
  49. "gulp-watch" : "2.x.x",
  50. "mkdirp" : "0.x.x",
  51. "require-dot-file" : "0.x.x",
  52. "wrench" : "1.x.x"
  53. },
  54. "devDependencies": {
  55. "github" : "^0.2.3",
  56. "gulp-concat-filenames" : "^0.0.3",
  57. "gulp-git" : "^0.5.5",
  58. "gulp-karma" : "0.0.4",
  59. "gulp-tap" : "^0.1.3",
  60. "karma" : "^0.12.28",
  61. "run-sequence" : "^1.0.2"
  62. }
  63. }