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.

33 lines
618 B

10 years ago
  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. "dist/semantic.css",
  7. "dist/semantic.js"
  8. ],
  9. "author": {
  10. "name" : "Jack Lukic",
  11. "web" : "http://www.jacklukic.com"
  12. },
  13. "dependencies": {
  14. "jquery" : ">=1.8"
  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. "docs",
  27. "node",
  28. "server",
  29. "spec",
  30. "src",
  31. "test"
  32. ]
  33. }