UNPKG

big-decimal

Version:

Javascript version of the com.ibm.icu.math.BigDecimal and com.ibm.icu.math.MathContext Java classes from the ICU4J project.

33 lines (32 loc) 788 B
{ "name": "big-decimal", "version": "1.0.2", "description": "Javascript version of the com.ibm.icu.math.BigDecimal and com.ibm.icu.math.MathContext Java classes from the ICU4J project.", "main": "build/BigDecimal-all-last.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/gferrin/BigDecimal.js.git" }, "keywords": [ "big-decimal", "bigdecimal", "big decimal", "big", "decimal", "floating", "floating point", "point" ], "author": "", "license": "ICU4J", "bugs": { "url": "https://github.com/dtrebbien/BigDecimal.js/issues" }, "homepage": "https://github.com/dtrebbien/BigDecimal.js" }