UNPKG

reliable-round

Version:

A rounding library for JavaScript that behaves predictably (unlike Math.round, Math.floor, Math.ceil).

28 lines 702 B
{ "name": "reliable-round", "version": "1.0.10", "description": "A rounding library for JavaScript that behaves predictably (unlike Math.round, Math.floor, Math.ceil).", "main": "index.js", "keywords": [ "round", "math", "predictable", "reliable", "consistent", "deterministic", "ceil", "floor", "trunc" ], "author": "Ben <codeandcats@gmail.com>", "license": "MIT", "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/codeandcats/reliable-round.git" }, "bugs": { "url": "https://github.com/codeandcats/reliable-round/issues" }, "homepage": "https://github.com/codeandcats/reliable-round#readme" }