forked from dat-ecosystem/dat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.49 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.49 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "dat",
"version": "10.1.1",
"description": "Share datasets on the Internet",
"keywords": [
"data package",
"dataset",
"replication",
"synchronization"
],
"bin": {
"dat": "cli.js"
},
"scripts": {
"install-precommit": "echo ./node_modules/.bin/standard > .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit",
"standard": "standard",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git://github.com/maxogden/dat.git"
},
"author": "max ogden",
"license": "BSD-3-Clause",
"dependencies": {
"chalk": "^1.1.1",
"datland-swarm-defaults": "^1.0.0",
"debug": "^2.2.0",
"discovery-swarm": "^3.4.0",
"dns-discovery": "^5.3.3",
"folder-walker": "^2.0.2",
"get-browser-rtc": "^1.0.2",
"home-dir": "^1.0.0",
"hyperdrive": "^6.0.0",
"hyperdrive-archive-swarm": "^3.0.1",
"level-party": "^3.0.3",
"memdb": "^1.3.1",
"minimist": "^1.2.0",
"pretty-bytes": "^3.0.0",
"pump": "^1.0.1",
"random-access-file": "^1.2.0",
"signalhub": "^4.4.0",
"single-line-log": "^1.1.0",
"speedometer": "^1.0.0",
"stream-each": "^1.1.0",
"webrtc-swarm": "^2.4.0"
},
"bugs": {
"url": "https://github.com/maxogden/dat/issues"
},
"homepage": "https://github.com/maxogden/dat",
"directories": {
"test": "tests"
},
"devDependencies": {
"rimraf": "^2.5.0",
"standard": "^6.0.7",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"tape-spawn": "^1.4.2"
}
}