1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2025-06-13 12:54:17 +00:00
This commit is contained in:
Matthew Davidson 2017-01-13 13:50:06 +00:00 committed by GitHub
commit 36890f8a83

14
component.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "decimal.js",
"repo": "MikeMcl/decimal.js",
"description": "An arbitrary-precision Decimal type for JavaScript.",
"version": "0.0.1",
"keywords": [],
"dependencies": {},
"development": {},
"license": "MIT",
"main": "decimal.js",
"scripts": [
"decimal.js"
]
}