UNPKG

@tekhece/svgmap-next2

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) 902 B
{ "name": "@tekhece/svgmap-next2", "description": "svgMap is a JavaScript library that lets you easily create an interactable world map comparing customizable data for each country.", "version": "2.9.9", "private": false, "license": "MIT", "main": "dist/svgMap.js", "keywords": [ "svg-map", "world-map", "chart" ], "repository": { "type": "git", "url": "https://github.com/StephanWagner/svgMap.git" }, "devDependencies": { "gulp": "^4.0.2", "gulp-clean-css": "^4.3.0", "gulp-concat": "^2.6.1", "gulp-header": "^2.0.9", "gulp-rename": "^2.0.0", "gulp-sass": "^5.0.0", "gulp-sourcemaps": "^3.0.0", "gulp-uglify": "^3.0.2", "jest": "^27.1.0", "sass": "^1.38.1" }, "dependencies": { "@tekhece/svg-pan-zoom": "^3.6.3" }, "scripts": { "watch": "gulp watch", "build": "gulp build", "test": "jest" } }