pak.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "semantic-ui",
  3. "title": "Semantic UI",
  4. "description": "CSS Only distribution of Semantic UI",
  5. "homepage": "http://www.semantic-ui.com",
  6. "author": "Jack Lukic <jack@semantic-ui.com>",
  7. "license": "MIT",
  8. "main": "semantic.js",
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/Semantic-Org/Semantic-UI-CSS.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/Semantic-Org/Semantic-UI/issues"
  15. },
  16. "dependencies": {
  17. "jquery": "x.*"
  18. },
  19. "migrated": true,
  20. "files": [
  21. "semantic.*",
  22. "themes/**"
  23. ],
  24. "pak": {
  25. "export": [
  26. {
  27. "from": "themes/default/assets/images/**"
  28. },
  29. {
  30. "from": [
  31. "themes/default/assets/fonts/icons.eot",
  32. "themes/default/assets/fonts/icons.otf",
  33. "themes/default/assets/fonts/icons.ttf",
  34. "themes/default/assets/fonts/icons.woff",
  35. "themes/default/assets/fonts/icons.woff2",
  36. "themes/default/assets/fonts/icons.eot"
  37. ]
  38. },
  39. {
  40. "from": "semantic.*"
  41. }
  42. ]
  43. },
  44. "origin": "Semantic-Org/Semantic-UI-CSS"
  45. }