jvectormap.jquery.json 835 B

12345678910111213141516171819202122232425262728293031323334
  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": "2.0.4",
  13. "author": {
  14. "name": "Kirill Lebedev",
  15. "email" : "echo.bjornd@gmail.com"
  16. },
  17. "licenses": [
  18. {
  19. "type": "AGPL",
  20. "url": "http://www.gnu.org/copyleft/gpl.html"
  21. },
  22. {
  23. "type": "Commercial",
  24. "url": "http://www.binpress.com/license/read/id/3085/app/2122"
  25. }
  26. ],
  27. "bugs": "https://github.com/bjornd/jvectormap/issues",
  28. "homepage": "http://jvectormap.com",
  29. "docs": "http://jvectormap.com/documentation/",
  30. "download": "http://jvectormap.com/download/",
  31. "dependencies": {
  32. "jquery": ">=1.5"
  33. }
  34. }