react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / diffie-hellman / node_modules / miller-rabin / package.json
80556 views{1"name": "miller-rabin",2"version": "2.0.1",3"description": "Miller Rabin algorithm for primality test",4"main": "lib/mr.js",5"bin": {6"miller-rabin": "bin/miller-rabin"7},8"scripts": {9"test": "mocha --reporter=spec test/**/*-test.js"10},11"repository": {12"type": "git",13"url": "git+ssh://[email protected]/indutny/miller-rabin.git"14},15"keywords": [16"prime",17"miller-rabin",18"bignumber"19],20"author": {21"name": "Fedor Indutny",22"email": "[email protected]"23},24"license": "MIT",25"bugs": {26"url": "https://github.com/indutny/miller-rabin/issues"27},28"homepage": "https://github.com/indutny/miller-rabin",29"devDependencies": {30"mocha": "^2.0.1"31},32"dependencies": {33"bn.js": "^2.0.0",34"brorand": "^1.0.1"35},36"gitHead": "ec5836de2a565211217d0531639d70cb4bca6ec3",37"_id": "[email protected]",38"_shasum": "8c0e07fef1bc24900a78895434d39ce4024d4648",39"_from": "miller-rabin@>=2.0.0 <3.0.0",40"_npmVersion": "2.8.3",41"_nodeVersion": "1.8.2",42"_npmUser": {43"name": "indutny",44"email": "[email protected]"45},46"maintainers": [47{48"name": "indutny",49"email": "[email protected]"50}51],52"dist": {53"shasum": "8c0e07fef1bc24900a78895434d39ce4024d4648",54"tarball": "http://registry.npmjs.org/miller-rabin/-/miller-rabin-2.0.1.tgz"55},56"directories": {},57"_resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-2.0.1.tgz",58"readme": "ERROR: No README data found!"59}606162