-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 883 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 883 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
{
"name": "hypercore-encrypt",
"version": "1.0.6",
"description": "Hypercore encrypt enables block encryption for Hypercore v10 with authenticated encryption keys.",
"main": "index.js",
"scripts": {
"test": "brittle tests/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Telios-org/hypercore-encrypt.git"
},
"author": "Hexadecibal",
"license": "MIT",
"bugs": {
"url": "https://github.com/Telios-org/hypercore-encrypt/issues"
},
"homepage": "https://github.com/Telios-org/hypercore-encrypt#readme",
"dependencies": {
"codecs": "^2.2.0",
"compact-encoding": "^2.4.1",
"hypercore": "^10.0.0-alpha.2",
"sodium-native": "^3.3.0"
},
"devDependencies": {
"brittle": "^1.5.1",
"hyperbee": "^1.6.3",
"random-access-memory": "^3.1.2",
"standard": "^16.0.4",
"tmp-promise": "^3.0.2"
}
}