Files
afup/htdocs/js/jQuery-Mapael-2.0.0/bower.json
2016-11-24 17:26:06 +01:00

20 lines
501 B
JSON

{
"name": "jquery-mapael",
"version": "2.0.0",
"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.2",
"jquery": "^3.0",
"jquery-mousewheel": "^3.1"
},
"devDependencies": {
"grunt": "^1.0",
"grunt-contrib-jshint": "^1.0",
"grunt-contrib-qunit": "^1.2",
"grunt-contrib-uglify": "^0.9"
}
}