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
573 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. "author": {
  6. "name" : "Jack Lukic",
  7. "web" : "http://www.jacklukic.com"
  8. },
  9. "dependencies": {
  10. "jquery" : ">=1.8"
  11. },
  12. "main": [
  13. "dist/semantic.css",
  14. "dist/semantic.js"
  15. ],
  16. "keywords": [
  17. "semantic",
  18. "ui",
  19. "css3",
  20. "framework"
  21. ],
  22. "license" : [
  23. "http://semantic-ui.mit-license.org/"
  24. ],
  25. "ignore": [
  26. "src/site",
  27. "test"
  28. ]
  29. }