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
1.8 KiB

9 years ago
9 years ago
  1. {
  2. "name": "semantic-ui",
  3. "version": "2.1.6",
  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. "dependencies": {
  20. "better-console": "*",
  21. "del": "^2.0.2",
  22. "extend": "^3.0.0",
  23. "gulp": "^3.9.0",
  24. "gulp-autoprefixer": "^3.1.0",
  25. "gulp-chmod": "^1.2.0",
  26. "gulp-clone": "^1.0.0",
  27. "gulp-concat": "^2.6.0",
  28. "gulp-concat-css": "^2.2.0",
  29. "gulp-copy": "0.0.2",
  30. "gulp-dedupe": "0.0.2",
  31. "gulp-flatten": "^0.2.0",
  32. "gulp-header": "^1.2.2",
  33. "gulp-help": "^1.6.0",
  34. "gulp-if": "^2.0.0",
  35. "gulp-json-editor": "^2.2.1",
  36. "gulp-less": "^3.0.3",
  37. "gulp-minify-css": "^1.2.0",
  38. "gulp-notify": "^2.2.0",
  39. "gulp-plumber": "^1.0.1",
  40. "gulp-print": "^2.0.1",
  41. "gulp-prompt": "^0.1.2",
  42. "gulp-rename": "^1.2.2",
  43. "gulp-replace": "^0.5.3",
  44. "gulp-rtlcss": "^0.1.4",
  45. "gulp-uglify": "^1.2.0",
  46. "gulp-util": "^3.0.6",
  47. "gulp-watch": "^4.3.1",
  48. "jquery": "^2.1.4",
  49. "map-stream": "^0.1.0",
  50. "merge-stream": "^1.0.0",
  51. "mkdirp": "^0.5.1",
  52. "require-dot-file": "^0.4.0",
  53. "run-sequence": "^1.1.0",
  54. "wrench": "https://github.com/derekslife/wrench-js/tarball/156eaceed68ed31ffe2a3ecfbcb2be6ed1417fb2",
  55. "yamljs": "^0.2.3"
  56. },
  57. "devDependencies": {
  58. "github": "*",
  59. "gulp-concat-filenames": "*",
  60. "gulp-debug": "*",
  61. "gulp-git": "*",
  62. "gulp-tap": "*",
  63. "merge-stream": "*"
  64. }
  65. }