react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / crypto-browserify / package.json
80708 views{1"author": {2"name": "Dominic Tarr",3"email": "[email protected]",4"url": "dominictarr.com"5},6"name": "crypto-browserify",7"description": "implementation of crypto for the browser",8"version": "3.9.14",9"homepage": "https://github.com/crypto-browserify/crypto-browserify",10"repository": {11"type": "git",12"url": "git://github.com/crypto-browserify/crypto-browserify.git"13},14"scripts": {15"test": "set -e; for t in test/node/*.js test/*.js; do node $t; done",16"prepublish": "npm ls && npm test"17},18"engines": {19"node": "*"20},21"dependencies": {22"browserify-aes": "^1.0.0",23"browserify-sign": "^3.0.1",24"create-ecdh": "^2.0.0",25"create-hash": "^1.1.0",26"create-hmac": "^1.1.0",27"diffie-hellman": "^3.0.1",28"inherits": "^2.0.1",29"pbkdf2": "^3.0.3",30"public-encrypt": "^2.0.0",31"randombytes": "^2.0.0"32},33"devDependencies": {34"tape": "~2.3.2",35"hash-test-vectors": "~1.3.2"36},37"optionalDependencies": {},38"browser": {39"crypto": false40},41"license": "MIT",42"gitHead": "7ac9b42974526f0b7fe1714c1dac970eb7c0ef3c",43"bugs": {44"url": "https://github.com/crypto-browserify/crypto-browserify/issues"45},46"_id": "[email protected]",47"_shasum": "d69925252c845392714aed1460c54b56605314ab",48"_from": "crypto-browserify@>=3.0.0 <4.0.0",49"_npmVersion": "2.7.0",50"_nodeVersion": "1.6.2",51"_npmUser": {52"name": "cwmma",53"email": "[email protected]"54},55"maintainers": [56{57"name": "dominictarr",58"email": "[email protected]"59},60{61"name": "cwmma",62"email": "[email protected]"63},64{65"name": "dcousens",66"email": "[email protected]"67},68{69"name": "jprichardson",70"email": "[email protected]"71},72{73"name": "indutny",74"email": "[email protected]"75}76],77"dist": {78"shasum": "d69925252c845392714aed1460c54b56605314ab",79"tarball": "http://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.9.14.tgz"80},81"directories": {},82"_resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.9.14.tgz"83}848586