Commit bda63326e87aca8b09964b6bf51fa604ae0b39f9
rename
Dominic Tarr committed on 11/20/2014, 7:31:18 PMParent: 10bc2f1aa2531acc90a937ee545a5c5abf197d71
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,12 +1,12 @@ | ||
1 | 1 | { |
2 | - "name": "ssb-keys", | |
3 | - "description": "create or load a keypair file for secure-scuttlebutt", | |
2 | + "name": "ssb-crypto", | |
3 | + "description": "the crypto operations required for secure-scuttlebutt and associated modules", | |
4 | 4 | "version": "0.1.0", |
5 | - "homepage": "https://github.com/pfraze/ssb-keys", | |
5 | + "homepage": "https://github.com/pfraze/ssb-crypto", | |
6 | 6 | "repository": { |
7 | 7 | "type": "git", |
8 | - "url": "git://github.com/pfraze/ssb-keys.git" | |
8 | + "url": "git://github.com/pfraze/ssb-crypto.git" | |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | 11 | "eccjs": "git://github.com/dominictarr/eccjs.git#586f6d47507184a2efe84684ed0a30605cbc43a5", |
12 | 12 | "blake2s": "~1.0.0", |
@@ -19,5 +19,5 @@ | ||
19 | 19 | "test": "set -e; for t in test/*.js; do node $t; done" |
20 | 20 | }, |
21 | 21 | "author": "Paul Frazee <pfrazee@gmail.com>", |
22 | 22 | "license": "MIT" |
23 | -} | |
23 | +} |
Built with git-ssb-web