{ "name": "ssb-crypto", "description": "the crypto operations required for secure-scuttlebutt and associated modules", "version": "0.1.0", "homepage": "https://github.com/pfraze/ssb-crypto", "repository": { "type": "git", "url": "git://github.com/pfraze/ssb-crypto.git" }, "dependencies": { "eccjs": "git://github.com/dominictarr/eccjs.git#586f6d47507184a2efe84684ed0a30605cbc43a5", "blake2s": "~1.0.0", "mkdirp": "~0.5.0" }, "devDependencies": { "tape": "~3.0.0" }, "scripts": { "test": "set -e; for t in test/*.js; do node $t; done" }, "author": "Paul Frazee ", "license": "MIT" }