git ssb

1+

Dominic / ssb-keys



Commit bda63326e87aca8b09964b6bf51fa604ae0b39f9

rename

Dominic Tarr committed on 11/20/2014, 7:31:18 PM
Parent: 10bc2f1aa2531acc90a937ee545a5c5abf197d71

Files changed

package.jsonchanged
package.jsonView
@@ -1,12 +1,12 @@
11 {
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",
44 "version": "0.1.0",
5- "homepage": "https://github.com/pfraze/ssb-keys",
5+ "homepage": "https://github.com/pfraze/ssb-crypto",
66 "repository": {
77 "type": "git",
8- "url": "git://github.com/pfraze/ssb-keys.git"
8+ "url": "git://github.com/pfraze/ssb-crypto.git"
99 },
1010 "dependencies": {
1111 "eccjs": "git://github.com/dominictarr/eccjs.git#586f6d47507184a2efe84684ed0a30605cbc43a5",
1212 "blake2s": "~1.0.0",
@@ -19,5 +19,5 @@
1919 "test": "set -e; for t in test/*.js; do node $t; done"
2020 },
2121 "author": "Paul Frazee <pfrazee@gmail.com>",
2222 "license": "MIT"
23-}
23+}

Built with git-ssb-web