xontent.jquery.json 745 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "xontent",
  3. "title": "Xontent",
  4. "description": "HTML templates - capture children or siblings into a document fragment and get it back later.",
  5. "keywords": [
  6. "template",
  7. "content",
  8. "siblings",
  9. "polyfill"
  10. ],
  11. "version": "0.1.2",
  12. "author": {
  13. "name": "Herbert Vojčík",
  14. "email": "herby@mailbox.sk"
  15. },
  16. "licenses": [
  17. {
  18. "type": "MIT",
  19. "url": "https://github.com/herby/xontent/blob/master/LICENSE"
  20. }
  21. ],
  22. "bugs": "https://github.com/herby/xontent/issues",
  23. "homepage": "https://github.com/herby/xontent",
  24. "docs": "https://github.com/herby/xontent",
  25. "dependencies": {
  26. "jquery": ">=1.4.3"
  27. }
  28. }