-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 876 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 876 Bytes
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
{
"name": "ssb-plugins",
"description": "",
"version": "1.0.4",
"homepage": "https://github.com/dominictarr/ssb-plugins2",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/ssb-plugins2.git"
},
"dependencies": {
"cross-spawn": "^6.0.5",
"explain-error": "^1.0.4",
"mkdirp": "^0.5.1",
"muxrpc": "^6.4.6",
"muxrpc-validation": "^3.0.0",
"mv": "^2.1.1",
"osenv": "^0.1.5",
"pull-cat": "^1.1.11",
"pull-many": "^1.0.8",
"pull-pushable": "^2.2.0",
"pull-stream": "^3.6.9",
"stream-to-pull-stream": "^1.7.2"
},
"devDependencies": {
"secret-stack": "^6.1.2",
"ssb-db": "^19.1.0",
"ssb-keys": "^7.1.5",
"tape": "^4.10.1"
},
"scripts": {
"test": "tape ./test/*.js"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT"
}