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.

59 lines
1.5 KiB

9 years ago
  1. {
  2. "name": "semantic-ui",
  3. "version": "1.2.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. "scripts": {
  10. "test": "gulp test"
  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. "devDependencies": {
  23. "better-console": "^0.2.3",
  24. "del": "^1.0.0",
  25. "extend": "^2.0.0",
  26. "github": "^0.2.3",
  27. "gulp": "^3.8.10",
  28. "gulp-autoprefixer": "^2.0.0",
  29. "gulp-batch": "^1.0.3",
  30. "gulp-clone": "^1.0.0",
  31. "gulp-concat": "^2.4.2",
  32. "gulp-concat-css": "^1.1.1",
  33. "gulp-copy": "0.0.2",
  34. "gulp-csscomb": "^3.0.3",
  35. "gulp-debug": "^1.0.1",
  36. "gulp-flatten": "0.0.4",
  37. "gulp-git": "^0.5.5",
  38. "gulp-header": "^1.2.2",
  39. "gulp-help": "^1.3.0",
  40. "gulp-json-editor": "^2.2.1",
  41. "gulp-karma": "0.0.4",
  42. "gulp-less": "^1.3.6",
  43. "gulp-minify-css": "^0.3.11",
  44. "gulp-notify": "^2.0.1",
  45. "gulp-plumber": "^0.6.6",
  46. "gulp-print": "^1.1.0",
  47. "gulp-prompt": "^0.1.1",
  48. "gulp-rename": "^1.2.0",
  49. "gulp-replace": "^0.5.0",
  50. "gulp-sourcemaps": "^1.2.8",
  51. "gulp-uglify": "^1.0.1",
  52. "gulp-util": "^3.0.1",
  53. "gulp-watch": "^2.0.0",
  54. "karma": "^0.12.28",
  55. "rtlcss": "^1.4.2",
  56. "run-sequence": "^1.0.2",
  57. "wrench": "^1.5.8"
  58. }
  59. }