-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
29 lines (29 loc) · 837 Bytes
/
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
{
"name": "pull-box-stream",
"description": "every-byte-is-encrypted and authenticated pull-stream",
"version": "1.0.13",
"homepage": "https://github.com/dominictarr/pull-box-stream",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/pull-box-stream.git"
},
"dependencies": {
"chloride": "^2.2.7",
"increment-buffer": "~1.0.0",
"pull-reader": "^1.2.5",
"pull-stream": "^3.2.3",
"pull-through": "^1.0.18",
"split-buffer": "~1.0.0"
},
"devDependencies": {
"tape": "~4.0.0",
"pull-randomly-split": "~1.0.4",
"pull-bitflipper": "~0.0.1"
},
"scripts": {
"prepublish": "npm ls && npm test",
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT"
}