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
633 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.github.com/quirkyjack/"
  9. },
  10. "keywords": [
  11. "semantic",
  12. "ui",
  13. "css3",
  14. "framework"
  15. ],
  16. "license" : [
  17. "http://bartaz.mit-license.org/",
  18. "http://www.gnu.org/licenses/"
  19. ],
  20. "main": [
  21. "./build/*",
  22. ],
  23. "ignore": [
  24. "node",
  25. "source",
  26. "docs"
  27. ],
  28. "dependencies": {
  29. "jquery" : ">=1.8"
  30. }
  31. }