UNPKG

jvectormap-next

Version:

jQuery plugin for embedding vector maps with reach API and methods for data visualization to the web-pages.

44 lines (43 loc) 1.14 kB
{ "name": "jvectormap-next", "version": "3.2.0", "description": "jQuery plugin for embedding vector maps with reach API and methods for data visualization to the web-pages.", "keywords": [ "map", "vector", "world", "usa", "choropleth" ], "homepage": "http://jvectormap.com", "bugs": "https://github.com/alex-pex/jvectormap/issues", "license": "(AGPL OR Commercial)", "author": "Kirill Lebedev <echo.bjornd@gmail.com>", "contributors": [ "Alexandre Paixao <alexandre.paixao@live.fr>" ], "main": "./index.cjs.js", "module": "./index.esm.js", "unpkg": "./jquery-jvectormap.min.js", "exports": { ".": { "import": "./index.esm.js", "require": "./index.cjs.js" }, "./jquery-jvectormap.css": "./jquery-jvectormap.css" }, "files": [ "/index.cjs.js", "/index.esm.js", "/jquery-*", "/LICENSE-*" ], "repository": "alex-pex/jvectormap", "scripts": { "build": "cd .. && BABEL_ENV=production ./node_modules/.bin/bili --root-dir jvectormap-next", "prepublishOnly": "npm run build" }, "peerDependencies": { "jquery": ">=1.7" } }