bower.json 706 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "rangy",
  3. "version": "1.3.0",
  4. "homepage": "https://github.com/timdown/rangy",
  5. "authors": [
  6. "Tim Down <tim@timdown.co.uk>"
  7. ],
  8. "description": "A cross-browser JavaScript range and selection library.",
  9. "main": [
  10. "rangy-core.js",
  11. "rangy-classapplier.js",
  12. "rangy-highlighter.js",
  13. "rangy-selectionsaverestore.js",
  14. "rangy-serializer.js",
  15. "rangy-textrange.js"
  16. ],
  17. "moduleType": [
  18. "amd",
  19. "globals",
  20. "node"
  21. ],
  22. "keywords": [
  23. "range",
  24. "selection",
  25. "caret",
  26. "DOM"
  27. ],
  28. "license": "MIT",
  29. "ignore": [
  30. ".idea",
  31. ".gitignore"
  32. ]
  33. }