-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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
{
"name": "patchbay-dark-crystal",
"version": "2.0.0",
"description": "a patchbay interface for dark-crystal (scuttlebutt based secret sharing)",
"main": "plugs/index.js",
"scripts": {
"test": "echo 'RUN UI test with electro' && npm run lint",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockades/patchbay-dark-crystal.git"
},
"keywords": [
"scuttlebutt",
"dark-crystal",
"shamir",
"secrets"
],
"author": "mixmix",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/blockades/patchbay-dark-crystal/issues"
},
"homepage": "https://github.com/blockades/patchbay-dark-crystal#readme",
"dependencies": {
"depnest": "^1.3.0",
"libnested": "^1.3.2",
"lodash.set": "^4.3.2",
"lodash.sortby": "^4.7.0",
"lodash.transform": "^4.6.0",
"mutant": "^3.22.1",
"pull-paramap": "^1.2.2",
"pull-stream": "^3.6.8",
"read-directory": "^3.0.0",
"scuttle-dark-crystal": "^2.0.0",
"ssb-msg-content": "^1.0.1",
"ssb-sort": "^1.1.0",
"suggest-box": "^2.2.3"
},
"devDependencies": {
"electro": "^2.1.1",
"electron": "^2.0.12",
"micro-css": "^2.0.1",
"scuttle-testbot": "^1.1.6",
"ssb-backlinks": "^0.7.3",
"ssb-private": "^0.2.3",
"ssb-query": "^2.1.0",
"standard": "^11.0.1"
}
}