2013-06-30 22:46:03 +02:00
|
|
|
{
|
|
|
|
"name": "mapael",
|
|
|
|
"title": "jQuery Mapael",
|
|
|
|
"description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.",
|
|
|
|
"keywords": [
|
|
|
|
"map",
|
|
|
|
"vector",
|
|
|
|
"svg",
|
|
|
|
"dataviz",
|
|
|
|
"dynamic"
|
|
|
|
],
|
2015-05-17 23:15:37 +02:00
|
|
|
"version": "1.0.1",
|
2013-06-30 22:46:03 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Vincent Brouté",
|
2015-01-02 22:59:19 +01:00
|
|
|
"url": "http://www.vincentbroute.fr"
|
2013-06-30 22:46:03 +02:00
|
|
|
},
|
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "Vincent Brouté",
|
2015-01-02 22:59:19 +01:00
|
|
|
"email": "contact@vincentbroute.fr",
|
|
|
|
"url": "http://www.vincentbroute.fr"
|
2013-06-30 22:46:03 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"bugs": "https://github.com/neveldo/jQuery-Mapael/issues",
|
2015-01-02 22:59:19 +01:00
|
|
|
"homepage": "http://www.vincentbroute.fr/mapael/",
|
|
|
|
"docs": "http://www.vincentbroute.fr/mapael/",
|
|
|
|
"demo": "http://www.vincentbroute.fr/mapael/usecases/world/",
|
2013-06-30 22:46:03 +02:00
|
|
|
"download": "https://github.com/neveldo/jQuery-Mapael/tags",
|
|
|
|
"dependencies": {
|
2013-07-29 22:31:36 +02:00
|
|
|
"jquery": ">=1.7",
|
2015-01-04 13:01:54 +01:00
|
|
|
"raphael": ">=2.1.2",
|
|
|
|
"jquery-mousewheel": ">=3.1.6"
|
2013-06-30 22:46:03 +02:00
|
|
|
}
|
|
|
|
}
|