-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "infinite.js",
"version": "1.0.2",
"description": "infinite.js helps the easy use of big integer and big decimal in node.js",
"main": "infinite.js",
"scripts": {
"lint": "eslint infinite.js example.js --fix"
},
"author": "hmmhmmhm",
"license": "MIT",
"maintainers": [
{
"name": "hmmhmmhm",
"email": "hmmhmmhm@naver.com"
}
],
"dependencies": {
"babel-plugin-overload": "^0.0.2"
},
"devDependencies": {
"babel-cli": "^6.24.1"
},
"keywords": [
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"biginteger",
"bigdecimal",
"bignumber",
"bigint",
"bignum"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hmmhmmhm/infinite.js"
}
}