xontent.jquery.json 725 B

123456789101112131415161718192021222324252627
  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. ],
  10. "version": "0.0.1",
  11. "author": {
  12. "name": "Herbert Vojčík",
  13. "email": "herby@mailbox.sk"
  14. },
  15. "licenses": [
  16. {
  17. "type": "MIT",
  18. "url": "https://github.com/herby/xontent/blob/master/LICENSE"
  19. }
  20. ],
  21. "bugs": "https://github.com/herby/xontent/issues",
  22. "homepage": "https://github.com/herby/xontent",
  23. "docs": "https://github.com/herby/xontent",
  24. "dependencies": {
  25. "jquery": ">=1.4.3"
  26. }
  27. }