{
"author": {
"name": "Dominic Tarr",
"email": "[email protected]",
"url": "dominictarr.com"
},
"name": "crypto-browserify",
"description": "implementation of crypto for the browser",
"version": "3.9.14",
"homepage": "https://github.com/crypto-browserify/crypto-browserify",
"repository": {
"type": "git",
"url": "git://github.com/crypto-browserify/crypto-browserify.git"
},
"scripts": {
"test": "set -e; for t in test/node/*.js test/*.js; do node $t; done",
"prepublish": "npm ls && npm test"
},
"engines": {
"node": "*"
},
"dependencies": {
"browserify-aes": "^1.0.0",
"browserify-sign": "^3.0.1",
"create-ecdh": "^2.0.0",
"create-hash": "^1.1.0",
"create-hmac": "^1.1.0",
"diffie-hellman": "^3.0.1",
"inherits": "^2.0.1",
"pbkdf2": "^3.0.3",
"public-encrypt": "^2.0.0",
"randombytes": "^2.0.0"
},
"devDependencies": {
"tape": "~2.3.2",
"hash-test-vectors": "~1.3.2"
},
"optionalDependencies": {},
"browser": {
"crypto": false
},
"license": "MIT",
"gitHead": "7ac9b42974526f0b7fe1714c1dac970eb7c0ef3c",
"bugs": {
"url": "https://github.com/crypto-browserify/crypto-browserify/issues"
},
"_id": "[email protected]",
"_shasum": "d69925252c845392714aed1460c54b56605314ab",
"_from": "crypto-browserify@>=3.0.0 <4.0.0",
"_npmVersion": "2.7.0",
"_nodeVersion": "1.6.2",
"_npmUser": {
"name": "cwmma",
"email": "[email protected]"
},
"maintainers": [
{
"name": "dominictarr",
"email": "[email protected]"
},
{
"name": "cwmma",
"email": "[email protected]"
},
{
"name": "dcousens",
"email": "[email protected]"
},
{
"name": "jprichardson",
"email": "[email protected]"
},
{
"name": "indutny",
"email": "[email protected]"
}
],
"dist": {
"shasum": "d69925252c845392714aed1460c54b56605314ab",
"tarball": "http://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.9.14.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.9.14.tgz",
"readme": "ERROR: No README data found!"
}