Files: 297f70b3b1add9888df71aafaf04a7bc2c3370fb / package.json
785 bytesRaw
1 | { |
2 | "name": "ssb-keys", |
3 | "description": "keyfile operations for ssb", |
4 | "version": "4.0.4", |
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 | "chloride": "^1.0.22", |
13 | "deep-equal": "~0.2.1", |
14 | "eccjs": "git://github.com/dominictarr/eccjs.git#586f6d47507184a2efe84684ed0a30605cbc43a5", |
15 | "hmac": "~1.0.1", |
16 | "mkdirp": "~0.5.0", |
17 | "private-box": "0.0.2", |
18 | "ssb-ref": "^2.0.0" |
19 | }, |
20 | "devDependencies": { |
21 | "tape": "^3.0.3" |
22 | }, |
23 | "browser": { |
24 | "./sodium": "./browser-sodium" |
25 | }, |
26 | "scripts": { |
27 | "test": "set -e; for t in test/*.js; do node $t; done" |
28 | }, |
29 | "author": "Paul Frazee <pfrazee@gmail.com>", |
30 | "license": "MIT" |
31 | } |
32 |
Built with git-ssb-web