-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
37 lines (37 loc) · 883 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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.12.1",
"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.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jest": "^28.1.1",
"sass": "^1.53.0"
},
"dependencies": {
"svg-pan-zoom": "^3.6.1"
},
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
"test": "jest"
}
}