mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
883 B
37 lines
883 B
{
|
|
"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"
|
|
}
|
|
}
|
|
|