librenms/mapael.jquery.json

40 lines
949 B
JSON
Raw Normal View History

2013-06-30 20:46:03 +00: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-01-02 21:59:19 +00:00
"version": "1.0.0",
2013-06-30 20:46:03 +00:00
"author": {
"name": "Vincent Brouté",
2015-01-02 21:59:19 +00:00
"url": "http://www.vincentbroute.fr"
2013-06-30 20:46:03 +00:00
},
"maintainers": [
{
"name": "Vincent Brouté",
2015-01-02 21:59:19 +00:00
"email": "contact@vincentbroute.fr",
"url": "http://www.vincentbroute.fr"
2013-06-30 20:46:03 +00:00
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/neveldo/jQuery-Mapael/issues",
2015-01-02 21:59:19 +00:00
"homepage": "http://www.vincentbroute.fr/mapael/",
"docs": "http://www.vincentbroute.fr/mapael/",
"demo": "http://www.vincentbroute.fr/mapael/usecases/world/",
2013-06-30 20:46:03 +00:00
"download": "https://github.com/neveldo/jQuery-Mapael/tags",
"dependencies": {
2013-07-29 20:31:36 +00:00
"jquery": ">=1.7",
2015-01-02 21:59:19 +00:00
"raphael": ">=2.1.2"
2013-06-30 20:46:03 +00:00
}
}