git ssb

1+

Dominic / ssb-keys



Tree: 1bf5687313da815b94725d03dfd55be6c7d54700

Files: 1bf5687313da815b94725d03dfd55be6c7d54700 / package.json

766 bytesRaw
1{
2 "name": "ssb-keys",
3 "description": "keyfile operations for ssb",
4 "version": "1.0.0",
5 "homepage": "https://github.com/ssbc/ssb-keys",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/ssbc/ssb-crypto.git"
9 },
10 "dependencies": {
11 "blake2s": "~1.0.0",
12 "deep-equal": "~0.2.1",
13 "eccjs": "git://github.com/dominictarr/eccjs.git#586f6d47507184a2efe84684ed0a30605cbc43a5",
14 "hmac": "~1.0.1",
15 "libsodium-wrappers": "^0.2.8",
16 "mkdirp": "~0.5.0",
17 "sodium": "^1.0.17"
18 },
19 "devDependencies": {
20 "tape": "~3.0.0"
21 },
22 "browser": {
23 "./sodium": "./browser-sodium"
24 },
25 "scripts": {
26 "test": "set -e; for t in test/*.js; do node $t; done"
27 },
28 "author": "Paul Frazee <pfrazee@gmail.com>",
29 "license": "MIT"
30}
31

Built with git-ssb-web