Skip to content

Commit

Permalink
Added package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
neveldo committed Jan 4, 2015
1 parent 0d360d8 commit 286e54e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "jquery-mapael",
"version": "1.0.0",
"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é <[email protected]> (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"
]
}

0 comments on commit 286e54e

Please sign in to comment.