{
"name": "miller-rabin",
"version": "2.0.1",
"description": "Miller Rabin algorithm for primality test",
"main": "lib/mr.js",
"bin": {
"miller-rabin": "bin/miller-rabin"
},
"scripts": {
"test": "mocha --reporter=spec test/**/*-test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/indutny/miller-rabin.git"
},
"keywords": [
"prime",
"miller-rabin",
"bignumber"
],
"author": {
"name": "Fedor Indutny",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/miller-rabin/issues"
},
"homepage": "https://github.com/indutny/miller-rabin",
"devDependencies": {
"mocha": "^2.0.1"
},
"dependencies": {
"bn.js": "^2.0.0",
"brorand": "^1.0.1"
},
"gitHead": "ec5836de2a565211217d0531639d70cb4bca6ec3",
"_id": "[email protected]",
"_shasum": "8c0e07fef1bc24900a78895434d39ce4024d4648",
"_from": "miller-rabin@>=2.0.0 <3.0.0",
"_npmVersion": "2.8.3",
"_nodeVersion": "1.8.2",
"_npmUser": {
"name": "indutny",
"email": "[email protected]"
},
"maintainers": [
{
"name": "indutny",
"email": "[email protected]"
}
],
"dist": {
"shasum": "8c0e07fef1bc24900a78895434d39ce4024d4648",
"tarball": "http://registry.npmjs.org/miller-rabin/-/miller-rabin-2.0.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-2.0.1.tgz"
}