bower.json 634 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "leader-line",
  3. "version": "1.0.7",
  4. "description": "Draw a leader line in your web page.",
  5. "keywords": [
  6. "leader",
  7. "line",
  8. "markup",
  9. "arrow",
  10. "attention",
  11. "highlight",
  12. "spotlight",
  13. "bubble",
  14. "svg"
  15. ],
  16. "main": "leader-line.min.js",
  17. "homepage": "https://anseki.github.io/leader-line/",
  18. "repository": {
  19. "type": "git",
  20. "url": "git://github.com/anseki/leader-line.git"
  21. },
  22. "moduleType": [],
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "bower_components",
  27. "test",
  28. "tests"
  29. ],
  30. "license": "MIT",
  31. "authors": [
  32. "anseki <AnSeki.aff@gmail.com>"
  33. ]
  34. }