UNPKG

1.38 kBJSONView Raw
1{
2 "name": "sodium-javascript",
3 "version": "0.6.1",
4 "description": "WIP - a pure javascript version of sodium-native",
5 "main": "index.js",
6 "dependencies": {
7 "blake2b": "^2.1.1",
8 "chacha20-universal": "^1.0.4",
9 "nanoassert": "^2.0.0",
10 "sha256-wasm": "^1.3.0",
11 "sha512-wasm": "^1.2.0",
12 "siphash24": "^1.0.1",
13 "xsalsa20": "^1.0.0"
14 },
15 "devDependencies": {
16 "browser-run": "^7.0.2",
17 "browserify": "^16.5.1",
18 "sodium-test": "^0.9.0",
19 "standard": "^14.3.4",
20 "tape-run": "^7.0.0"
21 },
22 "standard": {
23 "ignore": [
24 "/internal/**/*.js"
25 ]
26 },
27 "browser": {
28 "crypto": false
29 },
30 "react-native": {
31 "crypto": "crypto"
32 },
33 "scripts": {
34 "browser": "browserify test.js | browser-run",
35 "browser-manual": "browserify test.js | tape-run",
36 "pretest": "standard",
37 "test": "node test.js"
38 },
39 "repository": {
40 "type": "git",
41 "url": "git+https://github.com/sodium-friends/sodium-javascript.git"
42 },
43 "contributors": [
44 "Christophe Diederichs <chm-diederichs@hyperdivision.dk>",
45 "Emil Bay <github@tixz.dk> (http://bayes.dk)",
46 "Mathias Buus <mathiasbuus@gmail.com> (https://mafinto.sh)"
47 ],
48 "license": "MIT",
49 "bugs": {
50 "url": "https://github.com/sodium-friends/sodium-javascript/issues"
51 },
52 "homepage": "https://github.com/sodium-friends/sodium-javascript#readme"
53}