librenms/mapael.jquery.json
2013-06-30 22:46:03 +02:00

40 lines
939 B
JSON

{
"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"
],
"version": "0.2.0",
"author": {
"name": "Vincent Brouté",
"url": "http://www.neveldo.fr"
},
"maintainers": [
{
"name": "Vincent Brouté",
"email": "neveldo@gmail.com",
"url": "http://www.neveldo.fr"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/neveldo/jQuery-Mapael/issues",
"homepage": "https://github.com/neveldo/jQuery-Mapael",
"docs": "https://github.com/neveldo/jQuery-Mapael",
"demo": "http://www.neveldo.fr/mapael/source/examples.html",
"download": "https://github.com/neveldo/jQuery-Mapael/tags",
"dependencies": {
"jquery": ">=1.10",
"raphael": ">=2.10"
}
}