mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2024-10-27 20:34:12 +00:00
36 lines
790 B
JSON
36 lines
790 B
JSON
{
|
|
"name": "decimal.js",
|
|
"description": "An arbitrary-precision Decimal type for JavaScript.",
|
|
"version": "3.0.1",
|
|
"keywords": [
|
|
"arbitrary",
|
|
"precision",
|
|
"arithmetic",
|
|
"big",
|
|
"number",
|
|
"decimal",
|
|
"float",
|
|
"biginteger",
|
|
"bigdecimal",
|
|
"bignumber",
|
|
"bigint",
|
|
"bignum"
|
|
],
|
|
"repository" : {
|
|
"type": "git",
|
|
"url": "https://github.com/MikeMcl/decimal.js.git"
|
|
},
|
|
"main": "decimal",
|
|
"author": {
|
|
"name": "Michael Mclaughlin",
|
|
"email": "M8ch88l@gmail.com"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "node ./test/every-test.js",
|
|
"build": "uglifyjs decimal.js -c -m -o decimal.min.js --preamble '/* decimal.js v3.0.1 https://github.com/MikeMcl/decimal.js/LICENCE */'"
|
|
}
|
|
} |