Files: 06b56e50a03b79e6a3379b15eb9db4e9cdfab26b / package.json
630 bytesRaw
1 | { |
2 | "name": "ssb-keys", |
3 | "description": "create or load a keypair file for secure-scuttlebutt", |
4 | "version": "0.2.1", |
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 | }, |
15 | "devDependencies": { |
16 | "tape": "~3.0.0" |
17 | }, |
18 | "scripts": { |
19 | "test": "set -e; for t in test/*.js; do node $t; done" |
20 | }, |
21 | "author": "Paul Frazee <pfrazee@gmail.com>", |
22 | "license": "MIT" |
23 | } |
24 |
Built with git-ssb-web