forked from jedisct1/libsodium.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 966 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
38
39
40
41
42
43
{
"name": "libsodium-sumo",
"version": "0.7.15",
"description": "The Sodium cryptographic library compiled to pure JavaScript (raw library, no wrappers, sumo variant)",
"main": "dist/modules-sumo/libsodium-sumo.js",
"files": [
"dist/modules-sumo/libsodium-sumo.js",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jedisct1/libsodium.js.git"
},
"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
}
}