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