react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / public-encrypt / package.json
80540 views{1"name": "public-encrypt",2"version": "2.0.1",3"description": "browserify version of publicEncrypt & privateDecrypt",4"main": "index.js",5"browser": "browser.js",6"directories": {7"test": "test"8},9"scripts": {10"test": "node test/index.js | tspec"11},12"repository": {13"type": "git",14"url": "git+https://github.com/crypto-browserify/publicEncrypt.git"15},16"author": "",17"license": "MIT",18"bugs": {19"url": "https://github.com/crypto-browserify/publicEncrypt/issues"20},21"homepage": "https://github.com/crypto-browserify/publicEncrypt",22"dependencies": {23"bn.js": "^2.0.0",24"browserify-rsa": "^2.0.0",25"create-hash": "^1.1.0",26"parse-asn1": "^3.0.0",27"randombytes": "^2.0.1"28},29"devDependencies": {30"tape": "^3.0.3",31"tap-spec": "^2.1.2"32},33"gitHead": "317270f847994330e07bc91d6f8ae9dd8048798a",34"_id": "[email protected]",35"_shasum": "ef150418728a93e70700fa5c6a94016e0e596493",36"_from": "public-encrypt@>=2.0.0 <3.0.0",37"_npmVersion": "1.4.28",38"_npmUser": {39"name": "cwmma",40"email": "[email protected]"41},42"maintainers": [43{44"name": "cwmma",45"email": "[email protected]"46},47{48"name": "dcousens",49"email": "[email protected]"50},51{52"name": "dominictarr",53"email": "[email protected]"54},55{56"name": "jprichardson",57"email": "[email protected]"58},59{60"name": "indutny",61"email": "[email protected]"62}63],64"dist": {65"shasum": "ef150418728a93e70700fa5c6a94016e0e596493",66"tarball": "http://registry.npmjs.org/public-encrypt/-/public-encrypt-2.0.1.tgz"67},68"_resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-2.0.1.tgz",69"readme": "ERROR: No README data found!"70}717273