bower.json 517 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "xontent",
  3. "homepage": "https://github.com/herby/xontent",
  4. "authors": [
  5. "Herbert Vojčík <herby@mailbox.sk>"
  6. ],
  7. "description": "HTML templates - capture children or siblings into a document fragment and get it back later.",
  8. "main": "jquery.xontent.js",
  9. "keywords": [
  10. "template",
  11. "content",
  12. "siblings"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ],
  22. "dependencies": {
  23. "jquery": ">=1.4.3"
  24. }
  25. }