d3-geo-zoom
Version:
Zoom and Pan D3 Geo projections
62 lines (61 loc) • 1.43 kB
JSON
{
"name": "d3-geo-zoom",
"version": "1.5.5",
"description": "Zoom and Pan D3 Geo projections",
"type": "module",
"jsdelivr": "dist/d3-geo-zoom.min.js",
"unpkg": "dist/d3-geo-zoom.min.js",
"main": "dist/d3-geo-zoom.mjs",
"module": "dist/d3-geo-zoom.mjs",
"exports": {
"umd": "./dist/d3-geo-zoom.min.js",
"default": "./dist/d3-geo-zoom.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasturiano/d3-geo-zoom.git"
},
"homepage": "https://github.com/vasturiano/d3-geo-zoom",
"keywords": [
"d3",
"geo",
"zoom",
"pan",
"versor"
],
"author": {
"name": "Vasco Asturiano",
"url": "https://github.com/vasturiano"
},
"bugs": {
"url": "https://github.com/vasturiano/d3-geo-zoom/issues"
},
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -w -c",
"prepare": "npm run build"
},
"files": [
"dist/**/*",
"example/**/*"
],
"dependencies": {
"d3-selection": "2 - 3",
"d3-zoom": "2 - 3",
"kapsule": "^1.16",
"versor": "~0.1.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"rimraf": "^6.0.1",
"rollup": "^4.28.0"
},
"engines": {
"node": ">=12"
}
}