Files: 6c030d1ba292d2341fe3d4497374c3536d3d0566 / package.json
651 bytesRaw
1 | { |
2 | "name": "ssb-keys", |
3 | "description": "create or load a keypair file for secure-scuttlebutt", |
4 | "version": "0.3.0", |
5 | "homepage": "https://github.com/pfraze/ssb-keys", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/pfraze/ssb-crypto.git" |
9 | }, |
10 | "dependencies": { |
11 | "eccjs": "git://github.com/dominictarr/eccjs.git#586f6d47507184a2efe84684ed0a30605cbc43a5", |
12 | "blake2s": "~1.0.0", |
13 | "mkdirp": "~0.5.0", |
14 | "hmac": "~1.0.1" |
15 | }, |
16 | "devDependencies": { |
17 | "tape": "~3.0.0" |
18 | }, |
19 | "scripts": { |
20 | "test": "set -e; for t in test/*.js; do node $t; done" |
21 | }, |
22 | "author": "Paul Frazee <pfrazee@gmail.com>", |
23 | "license": "MIT" |
24 | } |
Built with git-ssb-web