package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "semantic-ui",
  3. "version": "2.1.4",
  4. "title": "Semantic UI",
  5. "description": "CSS Only distribution of Semantic 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-CSS.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/Semantic-Org/Semantic-UI/issues"
  15. },
  16. "dependencies": {
  17. "jquery": "x.*"
  18. },
  19. "pak": {
  20. "export": [
  21. {
  22. "from": "themes/default/assets/images/**"
  23. },
  24. {
  25. "from": [
  26. "themes/default/assets/fonts/icons.eot",
  27. "themes/default/assets/fonts/icons.otf",
  28. "themes/default/assets/fonts/icons.ttf",
  29. "themes/default/assets/fonts/icons.woff",
  30. "themes/default/assets/fonts/icons.woff2",
  31. "themes/default/assets/fonts/icons.eot"
  32. ]
  33. },
  34. {
  35. "from": "semantic.*"
  36. }
  37. ],
  38. "origin": "Semantic-Org/Semantic-UI-CSS"
  39. },
  40. "files": [
  41. "semantic.*",
  42. "themes/**"
  43. ]
  44. }