jvectormap.jquery.json 752 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "jvectormap",
  3. "title": "jVectorMap",
  4. "description": "jQuery plugin for embedding vector maps with reach API and methods for data visualization to the web-pages.",
  5. "keywords": [
  6. "map",
  7. "vector",
  8. "world",
  9. "usa",
  10. "choropleth"
  11. ],
  12. "version": "1.2.2",
  13. "author": {
  14. "name": "Kirill Lebedev",
  15. "email" : "echo.bjornd@gmail.com"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
  21. }
  22. ],
  23. "bugs": "https://github.com/bjornd/jvectormap/issues",
  24. "homepage": "http://jvectormap.com",
  25. "docs": "http://jvectormap.com/documentation/",
  26. "download": "http://jvectormap.com/download/",
  27. "dependencies": {
  28. "jquery": ">=1.5"
  29. }
  30. }