UNPKG

qtsd-fork

Version:

Do not use this please

43 lines (42 loc) 972 B
{ "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)", "name": "crypto-browserify", "description": "partial implementation of crypto for the browser", "version": "3.3.0", "homepage": "https://github.com/dominictarr/crypto-browserify", "repository": { "type": "git", "url": "git://github.com/dominictarr/crypto-browserify.git" }, "scripts": { "test": "set -e; for t in test/*.js; do node $t; done" }, "engines": { "node": "*" }, "dependencies": { "pbkdf2-compat": "2.0.1", "ripemd160": "0.2.0", "sha.js": "2.2.6", "browserify-aes": "0.4.0" }, "devDependencies": { "tape": "~2.3.2", "hash-test-vectors": "~1.3.0" }, "testling": { "files": "test/*.js", "browsers": [ "ie/latest", "chrome/latest", "firefox/latest", "safari/latest", "opera/latest" ] }, "optionalDependencies": {}, "browser": { "crypto": false }, "license": "MIT" }