package.json 449 B

12345678910111213141516171819
  1. {
  2. "name": "fomantic-ui-css",
  3. "version": "2.7.8",
  4. "title": "Fomantic UI",
  5. "description": "CSS Only distribution of Fomantic UI",
  6. "homepage": "https://fomantic-ui.com",
  7. "author": "hammy2899",
  8. "license": "MIT",
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/fomantic/Fomantic-UI-CSS.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/fomantic/Fomantic-UI/issues"
  15. },
  16. "dependencies": {
  17. "jquery": "^3.4.0"
  18. }
  19. }