2015-01-04 16:38:21 +01:00
|
|
|
{
|
|
|
|
"name": "jquery-mapael",
|
2015-05-17 23:15:37 +02:00
|
|
|
"version": "1.0.1",
|
2015-01-04 16:38:21 +01:00
|
|
|
"description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.",
|
|
|
|
"homepage": "http://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> (http://www.vincentbroute.fr/)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/neveldo/jQuery-Mapael/issues"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"jquery",
|
|
|
|
"map",
|
|
|
|
"vector",
|
|
|
|
"svg",
|
|
|
|
"dataviz",
|
|
|
|
"dynamic",
|
|
|
|
"jquery-plugin",
|
|
|
|
"browser"
|
|
|
|
]
|
|
|
|
}
|