-
Notifications
You must be signed in to change notification settings - Fork 143
/
package-libsodium-wrappers.json
49 lines (49 loc) · 1.02 KB
/
package-libsodium-wrappers.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
{
"name": "libsodium-wrappers",
"version": "0.7.15",
"description": "The Sodium cryptographic library compiled to pure JavaScript (wrappers)",
"main": "dist/modules/libsodium-wrappers.js",
"files": [
"dist/modules/libsodium-wrappers.js",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jedisct1/libsodium.js.git"
},
"dependencies": {
"libsodium": "^0.7.15"
},
"devDependencies": {
"terser": "^5.37.0"
},
"keywords": [
"crypto",
"sodium",
"libsodium",
"nacl",
"chacha20",
"poly1305",
"curve25519",
"ed25519",
"blake2",
"siphash",
"argon2",
"ecc"
],
"author": "Ahmad Ben Mrad (@BatikhSouri)",
"contributors": [
"Frank Denis (@jedisct1)",
"Ryan Lester (@buu700)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/jedisct1/libsodium.js/issues"
},
"homepage": "https://github.com/jedisct1/libsodium.js",
"browser": {
"fs": false,
"path": false,
"stream": false
}
}