forked from dat-ecosystem/dat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.48 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "dat",
"version": "9.4.0",
"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 && tape tests/*.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git://github.com/maxogden/dat.git"
},
"author": "max ogden",
"license": "BSD-3-Clause",
"dependencies": {
"chalk": "^1.1.1",
"collect-stream": "^1.1.1",
"debug": "^2.2.0",
"discovery-swarm": "^2.0.3",
"folder-walker": "^1.3.0",
"home-dir": "^1.0.0",
"hyperdrive": "^3.3.0",
"level-party": "^3.0.3",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"pretty-bytes": "^3.0.0",
"pump": "^1.0.1",
"run-series": "^1.1.4",
"signalhub": "^4.3.1",
"single-line-log": "^1.0.1",
"speedometer": "^1.0.0",
"stream-each": "^1.1.0",
"subleveldown": "^2.1.0",
"through2": "^2.0.0",
"webrtc-swarm": "^2.3.0",
"xtend": "^4.0.1"
},
"bugs": {
"url": "https://github.com/maxogden/dat/issues"
},
"homepage": "https://github.com/maxogden/dat",
"directories": {
"test": "tests"
},
"devDependencies": {
"rimraf": "^2.5.0",
"standard": "^5.4.1",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"tape-spawn": "^1.4.0"
}
}