.bower.json 873 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "jqvmap",
  3. "homepage": "http://jqvmap.com",
  4. "authors": [
  5. "JQVMap"
  6. ],
  7. "license": "(MIT OR GPL-3.0)",
  8. "description": "jQuery Vector Map Library",
  9. "main": "dist/jquery.vmap.min.js",
  10. "keywords": [
  11. "jquery",
  12. "map",
  13. "svg",
  14. "vml",
  15. "vector"
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/manifestinteractive/jqvmap.git"
  20. },
  21. "dependencies": {
  22. "jquery": ">=1.11.3"
  23. },
  24. "ignore": [
  25. "**/.*",
  26. "node_modules",
  27. "bower_components",
  28. "test",
  29. "tests"
  30. ],
  31. "_release": "3a45b04e09",
  32. "_resolution": {
  33. "type": "branch",
  34. "branch": "master",
  35. "commit": "3a45b04e099bdaee5152b39eef21d6568d35c86d"
  36. },
  37. "_source": "https://github.com/christianesperar/jqvmap.git",
  38. "_target": "master",
  39. "_originalSource": "https://github.com/christianesperar/jqvmap.git",
  40. "_direct": true
  41. }