UNPKG

rounding-interpolator

Version:
31 lines (30 loc) 733 B
{ "name": "rounding-interpolator", "version": "1.1.2", "description": "Rounding interpolator for d3", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/SpiderStrategies/rounding-interpolator.git" }, "keywords": [ "d3", "interpolator" ], "author": "Nathan Bowser <nathan.bowser@spiderstrategies.com>", "license": "ISC", "bugs": { "url": "https://github.com/SpiderStrategies/rounding-interpolator/issues" }, "homepage": "https://github.com/SpiderStrategies/rounding-interpolator", "devDependencies": { "tape": "^4.0.0" }, "dependencies": { "d3-format": "^1.0.2", "d3-interpolate": "^1.1.1" } }