forked from beakerbrowser/pauls-dat-api2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
41
42
43
44
45
46
{
"name": "dbrowser-dweb-api2",
"version": "1.0.2",
"description": "dWeb API for use within dBrowser.",
"main": "index.js",
"scripts": {
"test": "ava -s test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbrowser/dbrowser-dweb-api2.git"
},
"keywords": [
"dat",
"dwebfs",
"p2p",
"files"
],
"author": "jared <jared@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dbrowser/dbrowser-dweb-api2/issues"
},
"homepage": "https://github.com/dbrowser/dbrowser-dweb-api2#readme",
"dependencies": {
"anymatch": "^1.3.2",
"dbrowser-error-messages": "1.0.0",
"call-me-maybe": "^1.0.1",
"dweb-encoding": "git://github.com/DistributedWeb/dweb-encoding.git#b7217550eeadffc1a6f52f6decd33024ea4a0359",
"diff-file-tree": "^2.3.2",
"emit-stream": "^0.1.2",
"fs-extra": "^4.0.3",
"pump": "^1.0.3",
"streamx": "^2.5.0"
},
"devDependencies": {
"dwswarm-dht": "1.0.0",
"ava": "^0.18.1",
"concat-stream": "^2.0.0",
"dwebfs-daemon": "^1.0.1",
"dwebfs-daemon-client": "^1.1.1",
"into-stream": "^5.1.1",
"dbrowser-sfs": "^1.0.0",
"tmp-promise": "^2.0.2"
}
}