react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / public-encrypt / node_modules / bn.js / package.json
80555 views{1"name": "bn.js",2"version": "2.0.5",3"description": "Big number implementation in pure javascript",4"main": "lib/bn.js",5"scripts": {6"test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter=spec test/*-test.js"7},8"repository": {9"type": "git",10"url": "git+ssh://[email protected]/indutny/bn.js.git"11},12"keywords": [13"BN",14"BigNum",15"Big number",16"Modulo",17"Montgomery"18],19"author": {20"name": "Fedor Indutny",21"email": "[email protected]"22},23"license": "MIT",24"bugs": {25"url": "https://github.com/indutny/bn.js/issues"26},27"homepage": "https://github.com/indutny/bn.js",28"devDependencies": {29"istanbul": "^0.3.5",30"jscs": "^1.11.1",31"jshint": "^2.6.0",32"mocha": "^2.1.0"33},34"gitHead": "d6cc9c154bbab0a3a269ffcf0518a468fd508ab7",35"_id": "[email protected]",36"_shasum": "5f4b12a26ec4eb8ac895a9349980a254cfd3eb65",37"_from": "bn.js@>=2.0.0 <3.0.0",38"_npmVersion": "2.9.0",39"_nodeVersion": "2.0.0",40"_npmUser": {41"name": "indutny",42"email": "[email protected]"43},44"maintainers": [45{46"name": "indutny",47"email": "[email protected]"48}49],50"dist": {51"shasum": "5f4b12a26ec4eb8ac895a9349980a254cfd3eb65",52"tarball": "http://registry.npmjs.org/bn.js/-/bn.js-2.0.5.tgz"53},54"directories": {},55"_resolved": "https://registry.npmjs.org/bn.js/-/bn.js-2.0.5.tgz",56"readme": "ERROR: No README data found!"57}585960