forked from neveldo/jQuery-Mapael
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mapael.jquery.json
40 lines (40 loc) · 983 Bytes
/
mapael.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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": "1.1.0",
"author": {
"name": "Vincent Brouté",
"url": "http://www.vincentbroute.fr"
},
"maintainers": [
{
"name": "Vincent Brouté",
"email": "[email protected]",
"url": "http://www.vincentbroute.fr"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/neveldo/jQuery-Mapael/issues",
"homepage": "http://www.vincentbroute.fr/mapael/",
"docs": "http://www.vincentbroute.fr/mapael/",
"demo": "http://www.vincentbroute.fr/mapael/usecases/world/",
"download": "https://github.com/neveldo/jQuery-Mapael/tags",
"dependencies": {
"jquery": ">=1.7",
"raphael": ">=2.1.4",
"jquery-mousewheel": ">=3.1.6"
}
}