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.

30 lines
578 B

  1. {
  2. "name" : "semantic",
  3. "version" : "0.1.0",
  4. "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
  5. "homepage" : "http://www.semantic-ui.com",
  6. "main": [
  7. "./build/*"
  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. "node",
  27. "source",
  28. "docs"
  29. ]
  30. }