mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
40 lines
907 B
JSON
40 lines
907 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.5.1",
|
|
"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": "http://www.neveldo.fr/mapael/",
|
|
"docs": "http://www.neveldo.fr/mapael/",
|
|
"demo": "http://neveldo.fr/mapael/usecases/world/",
|
|
"download": "https://github.com/neveldo/jQuery-Mapael/tags",
|
|
"dependencies": {
|
|
"jquery": ">=1.7",
|
|
"raphael": ">=2.10"
|
|
}
|
|
}
|