librenms/mapael.jquery.json

40 lines
906 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"
],
2014-01-23 21:17:35 +00:00
"version": "0.7.1",
2013-06-30 20:46:03 +00:00
"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",
2013-08-24 14:16:25 +00:00
"homepage": "http://www.neveldo.fr/mapael/",
"docs": "http://www.neveldo.fr/mapael/",
"demo": "http://neveldo.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",
2013-11-17 18:50:04 +00:00
"raphael": ">=2.1"
2013-06-30 20:46:03 +00:00
}
}