-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
40 lines (40 loc) · 1.24 KB
/
package.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
{
"name": "secret-handshake",
"description": "a simple and highly private secure-channel protocol",
"version": "1.1.21",
"homepage": "https://github.com/auditdrivencrypto/secret-handshake",
"repository": {
"type": "git",
"url": "git://github.com/auditdrivencrypto/secret-handshake.git"
},
"files": [
"*.js"
],
"scripts": {
"prepublishOnly": "npm ls && npm test",
"test": "npm-run-all test:original test:shs1-test",
"test:original": "set -e; for t in test/*.js; do node $t; done",
"test:shs1-test": "npm-run-all test:shs1-test:*",
"test:shs1-test:server": "shs1testserver test/shs1-test/server.js",
"test:shs1-test:client": "shs1testclient test/shs1-test/client.js"
},
"dependencies": {
"chloride": "^2.2.8",
"clarify-error": "^1.0.0",
"pull-box-stream": "^1.0.13",
"pull-handshake": "^1.1.1",
"pull-stream": "^3.4.5"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"pull-bitflipper": "~0.1.0",
"pull-defer": "^0.2.2",
"pull-hang": "0.0.0",
"shs1-test": "^1.1.0",
"stream-to-pull-stream": "^1.7.3",
"tape": "^4.10.1",
"test-secret-handshake": "^1.0.0"
},
"author": "Dominic Tarr <[email protected]> (http://dominictarr.com)",
"license": "MIT"
}