Skip to content

Commit 286e54e

Browse files
committed
Added package.json file
1 parent 0d360d8 commit 286e54e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)