-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "scuttle-dark-crystal",
"version": "2.1.0",
"description": "socially sharing secrets / backups on secure scuttlebutt",
"main": "index.js",
"scripts": {
"test": "npm run test:js && npm run test:lint",
"test:js": "tape 'test/**/*.test.js' | tap-spec",
"test:lint": "standard",
"lint": "standard --fix"
},
"bin": {
"darkcrystal": "./bin.js",
"dark-crystal": "./bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockades/dark-crystal.git"
},
"keywords": [
"shamir",
"secrets",
"darkcrystal",
"blockades",
"ssb",
"scuttlebutt"
],
"author": "MMT",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/blockades/scuttle-dark-crystal/issues"
},
"homepage": "https://github.com/blockades/scuttle-dark-crystal#readme",
"dependencies": {
"dark-crystal-secrets": "1.0.0",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.1",
"pull-next-query": "^1.0.0",
"pull-stream": "^3.6.9",
"scuttle-inject": "^1.0.3",
"scuttle-invite": "^1.0.1",
"secrets.js-grempe": "1.1.0",
"sodium-native": "^2.2.3",
"ssb-client": "^4.6.0",
"ssb-config": "^2.3.7",
"ssb-dark-crystal-schema": "^1.2.6",
"ssb-keys": "^7.1.3",
"ssb-msg-content": "^1.0.1",
"ssb-ref": "^2.13.7",
"yargs": "^12.0.5"
},
"devDependencies": {
"scuttle-testbot": "^1.1.6",
"ssb-backlinks": "^0.7.3",
"ssb-private": "^0.2.3",
"ssb-query": "^2.3.0",
"standard": "^12.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.1",
"tape-plus": "^1.0.0"
}
}