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.

29 lines
551 B

  1. {
  2. "name" : "semantic",
  3. "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
  4. "homepage" : "http://www.semantic-ui.com",
  5. "main": [
  6. "./build/*"
  7. ],
  8. "author": {
  9. "name" : "Jack Lukic",
  10. "web" : "http://www.jacklukic.com"
  11. },
  12. "dependencies": {
  13. "jquery" : ">=1.8"
  14. },
  15. "keywords": [
  16. "semantic",
  17. "ui",
  18. "css3",
  19. "framework"
  20. ],
  21. "license" : [
  22. "http://semantic-ui.mit-license.org/"
  23. ],
  24. "ignore": [
  25. "node",
  26. "source",
  27. "docs"
  28. ]
  29. }