bower.json 539 B

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