aboutsummaryrefslogtreecommitdiffstats
path: root/library/sodium-plus/package.json
blob: 7b697253d7e27934b5bd2d4a08d54053aa44a855 (plain) (blame)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "name": "sodium-plus",
  "version": "0.9.0",
  "description": "The Sodium Cryptography Library",
  "author": "Paragon Initiative Enterprises, LLC",
  "license": "ISC",
  "keywords": [
    "easy-to-use",
    "libsodium",
    "sodium",
    "cryptography",
    "cryptography library",
    "elliptic curve cryptography",
    "ecdh",
    "eddsa",
    "diffie-hellman",
    "authentication",
    "encryption",
    "digital signatures",
    "signatures",
    "curve25519",
    "ed25519",
    "x25519",
    "xsalsa20poly1305",
    "xchacha20",
    "poly1305"
  ],
  "peerDependencies": {
    "sodium-native": "^3.2.0"
  },
  "dependencies": {
    "buffer": "^5.6.0",
    "libsodium-wrappers": "^0.7.6",
    "poly1305-js": "^0.4.2",
    "typedarray-to-buffer": "^3.1.5",
    "xsalsa20": "^1.1.0"
  },
  "repository": "https://github.com/paragonie/sodium-plus",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "build",
    "build.sh",
    "dist/sodium-plus.js",
    "dist/sodium-plus.min.js",
    "index.d.ts",
    "index.js",
    "lib/"
  ],
  "scripts": {
    "test": "mocha",
    "parallel-test": "mocha-parallel-tests"
  },
  "devDependencies": {
    "@types/node": "^14.0.24",
    "assert": "^2.0.0",
    "browserify": "^16.5.1",
    "chai": "^4.2.0",
    "mkdirp": "^1.0.4",
    "mocha-parallel-tests": "^2.3.0",
    "mocha": "^8.0.1",
    "tinyify": "^2.5.2"
  }
}