browserify-bignum
Version:
A browserify implementation of node-bignum
36 lines (35 loc) • 653 B
JSON
{
"name": "browserify-bignum",
"description": "A browserify implementation of node-bignum",
"version": "1.3.0-2",
"keywords": [
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"biginteger",
"bigdecimal",
"bignumber",
"bigint",
"bignum"
],
"repository" : {
"type": "git",
"url": "https://github.com/innoying/browserify-bignum.git"
},
"main": "bignumber",
"author": {
"name": "Luke Young",
"email": "luke@hydrantlabs.com"
},
"engines": {
"node": "*"
},
"license": "MIT",
"scripts": {
"test": "node ./test/every-test.js"
}
}