UNPKG

round

Version:

Round numbers to the nearest increment with an optional direction

37 lines (36 loc) 812 B
{ "name": "round", "version": "2.0.1", "description": "Round numbers to the nearest increment with an optional direction", "main": "index.js", "scripts": { "test": "standard && tape test.js" }, "repository": { "type": "git", "url": "https://github.com/bendrucker/round.js.git" }, "keywords": [ "numbers", "round", "increment" ], "author": "Ben Drucker <bvdrucker@gmail.com> (http://www.bendrucker.me/)", "license": "MIT", "bugs": { "url": "https://github.com/bendrucker/round.js/issues" }, "homepage": "https://github.com/bendrucker/round.js", "devDependencies": { "standard": "~4.0.1", "tape": "~4.0.0" }, "dependencies": { "precision": "~1.0.0", "round-precision": "~1.0.0" }, "files": [ "index.js", "readme.md" ] }