{ "name": "ssb-keys", "description": "keyfile operations for ssb", "version": "4.0.4", "homepage": "https://github.com/ssbc/ssb-keys", "repository": { "type": "git", "url": "git://github.com/ssbc/ssb-crypto.git" }, "dependencies": { "blake2s": "~1.0.0", "chloride": "^1.0.22", "deep-equal": "~0.2.1", "eccjs": "git://github.com/dominictarr/eccjs.git#586f6d47507184a2efe84684ed0a30605cbc43a5", "hmac": "~1.0.1", "mkdirp": "~0.5.0", "private-box": "0.0.2", "ssb-ref": "^2.0.0" }, "devDependencies": { "tape": "^3.0.3" }, "browser": { "./sodium": "./browser-sodium" }, "scripts": { "test": "set -e; for t in test/*.js; do node $t; done" }, "author": "Paul Frazee ", "license": "MIT" }