{
"name": "bn.js",
"version": "2.0.5",
"description": "Big number implementation in pure javascript",
"main": "lib/bn.js",
"scripts": {
"test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter=spec test/*-test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/indutny/bn.js.git"
},
"keywords": [
"BN",
"BigNum",
"Big number",
"Modulo",
"Montgomery"
],
"author": {
"name": "Fedor Indutny",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/bn.js/issues"
},
"homepage": "https://github.com/indutny/bn.js",
"devDependencies": {
"istanbul": "^0.3.5",
"jscs": "^1.11.1",
"jshint": "^2.6.0",
"mocha": "^2.1.0"
},
"gitHead": "d6cc9c154bbab0a3a269ffcf0518a468fd508ab7",
"_id": "[email protected]",
"_shasum": "5f4b12a26ec4eb8ac895a9349980a254cfd3eb65",
"_from": "bn.js@>=2.0.0 <3.0.0",
"_npmVersion": "2.9.0",
"_nodeVersion": "2.0.0",
"_npmUser": {
"name": "indutny",
"email": "[email protected]"
},
"maintainers": [
{
"name": "indutny",
"email": "[email protected]"
}
],
"dist": {
"shasum": "5f4b12a26ec4eb8ac895a9349980a254cfd3eb65",
"tarball": "http://registry.npmjs.org/bn.js/-/bn.js-2.0.5.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-2.0.5.tgz",
"readme": "ERROR: No README data found!"
}