UNPKG

499 BJSONView Raw
1{
2 "name": "ssb-keys",
3 "description": "keyfile operations for ssb",
4 "version": "7.0.14",
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.8",
12 "mkdirp": "~0.5.0",
13 "private-box": "^0.2.1"
14 },
15 "devDependencies": {
16 "tape": "^3.0.3"
17 },
18 "scripts": {
19 "test": "tape test/"
20 },
21 "author": "Paul Frazee <pfrazee@gmail.com>",
22 "license": "MIT"
23}