forked from jedisct1/libsodium.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 821 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 821 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
{
"name": "libsodium-wrappers",
"version": "0.2.12",
"description": "The Sodium cryptographic library compiled to pure JavaScript (wrappers)",
"main": "dist/modules/libsodium-wrappers.js",
"files": ["dist/modules/libsodium-wrappers.js"],
"repository": {
"type": "git",
"url": "https://github.com/jedisct1/libsodium.js.git"
},
"dependencies": {
"libsodium": "0.2.12"
},
"keywords": [
"crypto",
"sodium",
"libsodium",
"nacl",
"chacha20",
"poly1305",
"curve25519",
"ed25519",
"blake2",
"siphash"
],
"author": "Ahmad Ben Mrad (@BatikhSouri)",
"contributors": [ "Frank Denis (@jedisct1)" ],
"license": "ISC",
"bugs": {
"url": "https://github.com/jedisct1/libsodium.js/issues"
},
"homepage": "https://github.com/jedisct1/libsodium.js"
}