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.

31 lines
592 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. "ignore" : [
  10. "src/site"
  11. ],
  12. "dependencies": {
  13. "jquery" : ">=1.8"
  14. },
  15. "main": [
  16. "dist/semantic.css",
  17. "dist/semantic.js"
  18. ],
  19. "keywords": [
  20. "semantic",
  21. "ui",
  22. "css3",
  23. "framework"
  24. ],
  25. "license" : [
  26. "http://semantic-ui.mit-license.org/"
  27. ],
  28. "ignore": [
  29. "test"
  30. ]
  31. }