blob: f65756259d80bff4b74d5b3c28205fced0b12118 [file] [log] [blame]
{
"author": "Fedor Indutny <fedor@indutny.com>",
"bin": "bin/miller-rabin",
"bugs": {
"url": "https://github.com/indutny/miller-rabin/issues"
},
"dependencies": {
"bn.js": "^4.0.0",
"brorand": "^1.0.1"
},
"description": "Miller Rabin algorithm for primality test",
"devDependencies": {
"mocha": "^2.0.1"
},
"homepage": "https://github.com/indutny/miller-rabin",
"keywords": [
"prime",
"miller-rabin",
"bignumber"
],
"license": "MIT",
"main": "lib/mr.js",
"name": "miller-rabin",
"repository": {
"type": "git",
"url": "git@github.com:indutny/miller-rabin"
},
"scripts": {
"test": "mocha --reporter=spec test/**/*-test.js"
},
"version": "4.0.1"
}