Add 'lib/jQuery-Mapael/' from commit 'd7a8ba46314d7e4aa11df79ff468b319f45f1447'

git-subtree-dir: lib/jQuery-Mapael
git-subtree-mainline: b3e14c9ed6
git-subtree-split: d7a8ba4631
This commit is contained in:
laf
2015-07-20 15:11:02 +01:00
10 changed files with 3006 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "jquery-mapael",
"version": "1.0.1",
"description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.",
"homepage": "http://www.vincentbroute.fr/mapael/",
"main": "./js/jquery.mapael.js",
"repository": {
"type": "git",
"url": "https://github.com/neveldo/jQuery-Mapael.git"
},
"author": "Vincent Brouté <contact@vincentbroute.fr> (http://www.vincentbroute.fr/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/neveldo/jQuery-Mapael/issues"
},
"keywords": [
"jquery",
"map",
"vector",
"svg",
"dataviz",
"dynamic",
"jquery-plugin",
"browser"
]
}