bn
Version:
JS Bigint import
21 lines • 413 B
JSON
{
"name": "bn",
"version": "1.0.5",
"description": "JS Bigint import",
"license": "BSD-3-Clause",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/keybase/bn"
},
"author": "Thomas Wu",
"bugs": {
"url": "https://github.com/keybase/bn/issues"
},
"devDependencies": {
"mocha": "^6.1.4"
}
}