-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 935 Bytes
/
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
{
"name" : "@detox/routing",
"description" : "Anonymous routing implementation for Detox project",
"keywords" : [
"detox",
"routing",
"onion",
"anonymous"
],
"version" : "0.3.2",
"homepage" : "https://github.com/Detox/routing",
"author" : "Nazar Mokrynskyi <[email protected]>",
"repository" : {
"type" : "git",
"url" : "git://github.com/Detox/routing.git"
},
"license" : "0BSD",
"main" : "src/index.js",
"files" : [
"src"
],
"scripts" : {
"test" : "tape tests/**/*.js"
},
"dependencies" : {
"@detox/crypto" : "^0.7.1",
"@detox/transport" : "^0.38.1",
"@detox/utils" : "^1.10.0",
"async-eventer" : "^1.1.7",
"fixed-size-multiplexer" : "^1.0.2",
"ronion" : "^0.7.0"
},
"devDependencies" : {
"build-gc" : "^0.2.0",
"tape" : "^4.9.1"
}
}