Added bower.json file

This commit is contained in:
neveldo
2014-11-27 22:39:57 +01:00
parent 9ba7c79aa5
commit 651a834643

13
bower.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "neveldo/jQuery-Mapael",
"version": "0.7.1",
"main": "./js/jquery.mapael.js",
"description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.",
"license": "MIT",
"ignore": [],
"dependencies": {
"raphael": ">=2.1.2",
"jquery": ">=1.9.0",
"jquery-mousewheel": ">=3.1.6"
}
}