forked from blockades/scuttle-dark-crystal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "scuttle-dark-crystal",
"version": "0.1.10",
"description": "socially sharing secrets / backups on secure scuttlebutt",
"main": "index.js",
"scripts": {
"test": "tape test/**/*.test.js | tap-diff",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockades/dark-crystal.git"
},
"keywords": [
"shamir",
"secrets",
"dark",
"crystal",
"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": {
"scuttle-inject": "^1.0.3",
"scuttle-invite": "^1.0.1",
"secrets.js-grempe": "1.1.0",
"ssb-dark-crystal-schema": "^1.1.0",
"ssb-msg-content": "^1.0.1"
},
"devDependencies": {
"scuttle-testbot": "^1.1.6",
"ssb-private": "^0.2.1",
"ssb-query": "^2.1.0",
"standard": "^11.0.1",
"tap-diff": "^0.1.1",
"tape": "^4.9.1",
"tape-plus": "^1.0.0"
}
}