Files: 17afc23651a3a861a684676695d0562d07145584 / package.json
856 bytesRaw
1 | { |
2 | "name": "ssb-keys", |
3 | "description": "keyfile operations for ssb", |
4 | "version": "2.0.1", |
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 | "private-box": "0.0.0", |
18 | "sodium": "git://github.com/dominictarr/node-sodium.git", |
19 | "ssb-ref": "~0.0.0" |
20 | }, |
21 | "devDependencies": { |
22 | "tape": "^3.0.3" |
23 | }, |
24 | "browser": { |
25 | "./sodium": "./browser-sodium" |
26 | }, |
27 | "scripts": { |
28 | "test": "set -e; for t in test/*.js; do node $t; done" |
29 | }, |
30 | "author": "Paul Frazee <pfrazee@gmail.com>", |
31 | "license": "MIT" |
32 | } |
33 |
Built with git-ssb-web