UNPKG

1.8 kBJSONView Raw
1{
2 "name": "salty",
3 "version": "4.0.1",
4 "description": "Alternative public key encryption",
5 "main": "lib.js",
6 "bin": "./bin/salty",
7 "dependencies": {
8 "bs58": "^3.0.0",
9 "cli-prompt": "^0.6.0",
10 "commander": "git+https://github.com/carlos8f/commander.js.git",
11 "fstream": "^1.0.8",
12 "is-utf8": "^0.2.1",
13 "micro-request": "^666.0.5",
14 "minimist": "^1.2.0",
15 "nacl-stream": "^0.3.3",
16 "pempal": "^1.0.2",
17 "progress": "^1.1.8",
18 "rimraf": "^2.5.2",
19 "tar": "^2.2.1",
20 "through": "~2.3.1",
21 "tweetnacl": "^0.14.3"
22 },
23 "devDependencies": {
24 "mocha": "^2.5.3",
25 "suppose": "git+https://github.com/carlos8f/node-suppose.git"
26 },
27 "scripts": {
28 "test": "./node_modules/.bin/mocha --reporter spec --timeout 10s --bail"
29 },
30 "repository": {
31 "type": "git",
32 "url": "git://github.com/carlos8f/salty.git"
33 },
34 "keywords": [
35 "crypto",
36 "nacl",
37 "sodium",
38 "ecc",
39 "encryption",
40 "decryption",
41 "privacy"
42 ],
43 "author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)",
44 "license": "MIT",
45 "homepage": "https://github.com/carlos8f/salty",
46 "bugs": {
47 "url": "https://github.com/carlos8f/salty/issues"
48 },
49 "bundledDependencies": [
50 "balanced-match",
51 "base-x",
52 "block-stream",
53 "brace-expansion",
54 "bs58",
55 "cli-prompt",
56 "commander",
57 "concat-map",
58 "fs.realpath",
59 "fstream",
60 "generic-pool",
61 "glob",
62 "graceful-fs",
63 "graceful-readlink",
64 "inflight",
65 "inherits",
66 "is-utf8",
67 "js-scrypt",
68 "keypress",
69 "micro-request",
70 "minimatch",
71 "minimist",
72 "mkdirp",
73 "nacl-stream",
74 "once",
75 "path-is-absolute",
76 "pempal",
77 "progress",
78 "rimraf",
79 "tar",
80 "through",
81 "tweetnacl",
82 "wrappy"
83 ]
84}