mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-29 04:32:17 +02:00
20 lines
501 B
JSON
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"
|
|
}
|
|
}
|