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.

32 lines
589 B

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