svgmap
Version:
svgMap is a JavaScript library that lets you easily create an interactable world map comparing customizable data for each country.
38 lines (37 loc) • 883 B
JSON
{
"name": "svgmap",
"description": "svgMap is a JavaScript library that lets you easily create an interactable world map comparing customizable data for each country.",
"version": "2.14.0",
"private": false,
"license": "MIT",
"main": "dist/svgMap.min.js",
"keywords": [
"svg-map",
"world-map",
"chart"
],
"repository": {
"type": "git",
"url": "https://github.com/StephanWagner/svgMap.git"
},
"devDependencies": {
"gulp": "^5.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.1.0",
"gulp-sass": "^6.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jest": "^30.0.5",
"sass": "^1.90.0"
},
"dependencies": {
"svg-pan-zoom": "^3.6.2"
},
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
"test": "jest"
}
}