source: node_modules/decimal.js-light/package.json@ ba17441

Last change on this file since ba17441 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 888 bytes
Line 
1{
2 "name": "decimal.js-light",
3 "description": "An arbitrary-precision Decimal type for JavaScript.",
4 "version": "2.5.1",
5 "keywords": [
6 "arbitrary",
7 "precision",
8 "arithmetic",
9 "big",
10 "number",
11 "decimal",
12 "float",
13 "biginteger",
14 "bigdecimal",
15 "bignumber",
16 "bigint",
17 "bignum"
18 ],
19 "repository" : {
20 "type": "git",
21 "url": "https://github.com/MikeMcl/decimal.js-light.git"
22 },
23 "main": "decimal",
24 "module": "decimal.mjs",
25 "browser": "decimal.js",
26 "types": "decimal.d.ts",
27 "author": {
28 "name": "Michael Mclaughlin",
29 "email": "M8ch88l@gmail.com"
30 },
31 "license": "MIT",
32 "scripts": {
33 "test": "node ./test/test.js",
34 "build": "uglifyjs decimal.js --source-map doc/decimal.js.map -c -m -o decimal.min.js --preamble \"/* decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */\""
35 }
36}
Note: See TracBrowser for help on using the repository browser.