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.

58 lines
1.5 KiB

  1. {
  2. "name": "semantic",
  3. "version": "1.0.0-beta",
  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#1.0"
  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": "x.x.x",
  24. "del": "x.x.x",
  25. "extend": "x.x.x",
  26. "github": "x.x.x",
  27. "gulp": "x.x.x",
  28. "gulp-autoprefixer": "x.x.x",
  29. "gulp-batch": "x.x.x",
  30. "gulp-clone": "x.x.x",
  31. "gulp-concat": "x.x.x",
  32. "gulp-concat-css": "x.x.x",
  33. "gulp-copy": "x.x.x",
  34. "gulp-csscomb": "x.x.x",
  35. "gulp-debug": "x.x.x",
  36. "gulp-flatten": "x.x.x",
  37. "gulp-git": "x.x.x",
  38. "gulp-header": "x.x.x",
  39. "gulp-help": "x.x.x",
  40. "gulp-json-editor": "x.x.x",
  41. "gulp-karma": "x.x.x",
  42. "gulp-less": "x.x.x",
  43. "gulp-minify-css": "x.x.x",
  44. "gulp-notify": "x.x.x",
  45. "gulp-plumber": "x.x.x",
  46. "gulp-print": "x.x.x",
  47. "gulp-prompt": "x.x.x",
  48. "gulp-rename": "x.x.x",
  49. "gulp-replace": "x.x.x",
  50. "gulp-sourcemaps": "x.x.x",
  51. "gulp-uglify": "x.x.x",
  52. "gulp-util": "x.x.x",
  53. "gulp-watch": "x.x.x",
  54. "rtlcss": "x.x.x",
  55. "run-sequence": "x.x.x",
  56. "wrench": "x.x.x"
  57. }
  58. }