We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d360d8 commit 286e54eCopy full SHA for 286e54e
package.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "jquery-mapael",
3
+ "version": "1.0.0",
4
+ "description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.",
5
+ "homepage": "http://www.vincentbroute.fr/mapael/",
6
+ "main": "./js/jquery.mapael.js",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/neveldo/jQuery-Mapael.git"
10
+ },
11
+ "author": "Vincent Brouté <[email protected]> (http://www.vincentbroute.fr/)",
12
+ "license": "MIT",
13
+ "bugs": {
14
+ "url": "https://github.com/neveldo/jQuery-Mapael/issues"
15
16
+ "keywords": [
17
+ "jquery",
18
+ "map",
19
+ "vector",
20
+ "svg",
21
+ "dataviz",
22
+ "dynamic",
23
+ "jquery-plugin",
24
+ "browser"
25
+ ]
26
+}
0 commit comments