{ "name": "d3-composite-projections", "version": "1.2.3", "description": "Like the AlbersUsa projection, adds several d3 projections to show the countries that are far from the mainland close to it.", "homepage": "http://geoexamples.com/d3-composite-projections/", "license": "BSD-3-Clause", "author": { "name": "Roger Veciana i Rovira", "url": "http://geoexamples.com" }, "main": "d3-composite-projections.js", "jsnext:main": "index", "repository": { "type": "git", "url": "https://github.com/rveciana/d3-composite-projections.git" }, "scripts": { "pretest": "rollup --banner \"$(preamble)\" -f umd -g d3-geo:d3,d3-path:d3 -n d3 -o d3-composite-projections.js -- index.js", "test": "mkdir -p test/output && tape 'test/*-test.js' && eslint index.js src", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" d3-composite-projections.js -c -m -o d3-composite-projections.min.js", "postpublish": "git push && git push --tags" }, "dependencies": { "d3-geo": "^1.11.6", "d3-path": "^1.0.7" }, "devDependencies": { "canvas": "2", "eslint": "^6.1.0", "package-preamble": "0.1", "pixelmatch": "^5.0.2", "pngjs": "^3.4.0", "rollup": "^1.17.0", "tape": "^4.11.0", "topojson": "3", "uglify-js": "3.6" } }