UNPKG

ssb-keys

Version:

keyfile operations for ssb

29 lines (28 loc) 730 B
{ "name": "ssb-keys", "description": "keyfile operations for ssb", "version": "5.0.0", "homepage": "https://github.com/ssbc/ssb-keys", "repository": { "type": "git", "url": "git://github.com/ssbc/ssb-crypto.git" }, "dependencies": { "blake2s": "~1.0.0", "chloride": "^2.0.1", "deep-equal": "~0.2.1", "hmac": "~1.0.1", "mkdirp": "~0.5.0", "private-box": "~0.0.3", "ssb-ref": "^2.0.0" }, "devDependencies": { "eccjs": "git://github.com/dominictarr/eccjs.git#586f6d47507184a2efe84684ed0a30605cbc43a5", "tape": "^3.0.3" }, "scripts": { "test": "set -e; for t in test/*.js; do node $t; done" }, "author": "Paul Frazee <pfrazee@gmail.com>", "license": "MIT" }