UNPKG

geo-albers-usa-territories

Version:

A map projection including all US overseas territories.

41 lines (40 loc) 1.04 kB
{ "name": "geo-albers-usa-territories", "version": "0.1.0", "description": "A map projection including all US overseas territories.", "main": "dist/geo-albers-usa-territories.js", "scripts": { "prepublish": "rollup --config", "postpublish": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/stamen/geo-albers-usa-territories.git" }, "keywords": [ "Map", "Geo", "GIS", "D3" ], "author": "Alan McConchie", "//": "Contributors list derived from https://github.com/d3/d3-geo/blob/master/src/projection/albersUsa.js", "contributors": [ "Curran Kelleher", "Mike Fogel", "Noah Veltman", "Mike Bostock" ], "license": "MIT", "bugs": { "url": "https://github.com/stamen/geo-albers-usa-territories/issues" }, "homepage": "https://github.com/stamen/geo-albers-usa-territories#readme", "devDependencies": { "rollup": "^2.26.11", "d3-geo": "^2.0.1" }, "peerDependencies": { "d3-geo": "^2.0.1" } }