git ssb

1+

Dominic / ssb-keys



Tree: 755b7527870a8a1f48b564ca892cb626b83123ce

Files: 755b7527870a8a1f48b564ca892cb626b83123ce / package.json

523 bytesRaw
1{
2 "name": "ssb-keys",
3 "description": "keyfile operations for ssb",
4 "version": "7.0.4",
5 "homepage": "https://github.com/ssbc/ssb-keys",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/ssbc/ssb-keys.git"
9 },
10 "dependencies": {
11 "chloride": "^2.2.0",
12 "mkdirp": "~0.5.0",
13 "private-box": "^0.2.1",
14 "ssb-ref": "^2.6.2"
15 },
16 "devDependencies": {
17 "tape": "^3.0.3"
18 },
19 "scripts": {
20 "test": "tape test/"
21 },
22 "author": "Paul Frazee <pfrazee@gmail.com>",
23 "license": "MIT"
24}
25

Built with git-ssb-web