UNPKG

jquery-mapael

Version:

jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.

49 lines (48 loc) 1.28 kB
{ "name": "jquery-mapael", "version": "2.2.0", "description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.", "homepage": "https://www.vincentbroute.fr/mapael/", "main": "./js/jquery.mapael.js", "repository": { "type": "git", "url": "https://github.com/neveldo/jQuery-Mapael.git" }, "author": "Vincent Brouté <contact@vincentbroute.fr> (https://www.vincentbroute.fr/)", "license": "MIT", "bugs": { "url": "https://github.com/neveldo/jQuery-Mapael/issues" }, "keywords": [ "jquery", "map", "vector", "svg", "dataviz", "dynamic", "jquery-plugin", "browser" ], "dependencies": { "jquery": "^3.0 || ^2.0 || ^1.0", "raphael": "^2.2.0 || ^2.1.1" }, "peerDependencies": { "jquery": "^3.0 || ^2.0 || ^1.0" }, "optionalDependencies": { "jquery-mousewheel": "^3.1" }, "devDependencies": { "grunt": "^1.0", "grunt-contrib-jshint": "^1.1", "grunt-contrib-qunit": "^1.2", "grunt-contrib-uglify": "^2.0" }, "files": [ "js/" ], "scripts": { "test": "grunt test" } }