UNPKG

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