react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / diffie-hellman / package.json
80540 views{1"name": "diffie-hellman",2"version": "3.0.2",3"description": "pure js diffie-hellman",4"main": "index.js",5"browser": "browser.js",6"scripts": {7"test": "node test.js | tspec"8},9"repository": {10"type": "git",11"url": "git+https://github.com/crypto-browserify/diffie-hellman.git"12},13"keywords": [14"diffie",15"hellman",16"diffiehellman",17"dh"18],19"author": {20"name": "Calvin Metcalf"21},22"license": "MIT",23"bugs": {24"url": "https://github.com/crypto-browserify/diffie-hellman/issues"25},26"homepage": "https://github.com/crypto-browserify/diffie-hellman",27"dependencies": {28"bn.js": "^2.0.0",29"miller-rabin": "^2.0.0",30"randombytes": "^2.0.0"31},32"devDependencies": {33"tap-spec": "^1.0.1",34"tape": "^3.0.1"35},36"gitHead": "d08366d473d086bd14fb75d8f7b12ea6de312452",37"_id": "[email protected]",38"_shasum": "2a565afb1e03589cd284c010d6ebf8077b2886d7",39"_from": "diffie-hellman@>=3.0.1 <4.0.0",40"_npmVersion": "2.9.0",41"_nodeVersion": "0.12.3",42"_npmUser": {43"name": "dcousens",44"email": "[email protected]"45},46"maintainers": [47{48"name": "cwmma",49"email": "[email protected]"50},51{52"name": "dcousens",53"email": "[email protected]"54},55{56"name": "dominictarr",57"email": "[email protected]"58},59{60"name": "jprichardson",61"email": "[email protected]"62},63{64"name": "indutny",65"email": "[email protected]"66}67],68"dist": {69"shasum": "2a565afb1e03589cd284c010d6ebf8077b2886d7",70"tarball": "http://registry.npmjs.org/diffie-hellman/-/diffie-hellman-3.0.2.tgz"71},72"directories": {},73"_resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-3.0.2.tgz",74"readme": "ERROR: No README data found!"75}767778