-
Notifications
You must be signed in to change notification settings - Fork 143
/
bower.json
50 lines (50 loc) · 1.01 KB
/
bower.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
50
{
"name": "libsodium.js",
"homepage": "https://github.com/jedisct1/libsodium.js",
"authors": [
"Ahmad Ben Mrad (@BatikhSouri)",
"Frank Denis (@jedisct1)",
"Ryan Lester (@buu700)"
],
"description": "The Sodium cryptographic library compiled to JavaScript",
"main": "dist/browsers/sodium.js",
"moduleType": ["amd", "es6", "globals", "node"],
"keywords": [
"crypto",
"cryptography",
"sodium",
"libsodium",
"nacl",
"chacha20",
"poly1305",
"curve25519",
"x25519",
"ed25519",
"eddsa",
"blake2",
"siphash"
],
"license": "ISC",
"ignore": [
"**/#*#",
"**/*.gz",
"**/*.sh",
"**/*~",
"**/.*",
"API.md",
"Gruntfile.js",
"Makefile",
"README.md",
"bower_components",
"browsers-test",
"libsodium",
"node_modules",
"package-libsodium.json",
"package-libsodium-sumo.json",
"package-libsodium-wrappers.json",
"package-libsodium-wrappers-sumo.json",
"package.json",
"test",
"wrapper"
]
}