-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 888 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
44
45
{
"name": "dhole-crypto",
"version": "0.7.2",
"description": "JavaScript port of soatok/dhole-cryptography from PHP",
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/soatok/dholecrypto-js",
"keywords": [
"argon2id",
"ed25519",
"blake2b",
"hmac-sha512256",
"poly1305",
"x25519",
"xchacha20",
"cryptography",
"crypto",
"libsodium",
"sodium",
"dhole",
"dholes",
"furry",
"furries",
"furry fandom"
],
"author": "Soatok Dreamseeker",
"license": "ISC",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"assert": "^2.0.0",
"load-json-file": "^6.2.0",
"rfc4648": "^1.4.0",
"sodium-plus": "^0.9.0",
"typedarray-to-buffer": "^3.1.5"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1"
}
}