UNPKG

vega-projection

Version:

Projections for cartographic mapping.

34 lines (33 loc) 785 B
{ "name": "vega-projection", "version": "2.0.0", "description": "Projections for cartographic mapping.", "keywords": [ "vega", "geo", "projection" ], "license": "BSD-3-Clause", "type": "module", "author": { "name": "Vega", "url": "https://vega.github.io" }, "exports": { "default": "./build/vega-projection.js" }, "repository": "vega/vega", "scripts": { "prebuild": "del-cli build", "build": "rollup -c rollup.config.js", "pretest": "yarn build --config-test", "test": "tape 'test/**/*-test.js'", "prepublishOnly": "yarn test && yarn build" }, "dependencies": { "d3-geo": "^3.1.1", "d3-geo-projection": "^4.0.0", "vega-scale": "^8.0.0" }, "gitHead": "45ce7657f6212c448be409887018b693a8103fd4" }