This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
56 lines (56 loc) · 1.47 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
{
"name": "dat-node",
"version": "4.0.1",
"description": "Build node applications with Dat archives on the file system.",
"main": "index.js",
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"test": "standard && npm run deps && nyc tape test/*.js",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov"
},
"repository": {
"type": "git",
"url": "git://github.com/datproject/dat-node.git"
},
"bugs": {
"url": "https://github.com/datproject/dat-node/issues"
},
"homepage": "http://datproject.org",
"author": "Joe Hand <[email protected]>",
"license": "MIT",
"dependencies": {
"dat-ignore": "^2.1.2",
"dat-link-resolve": "^2.3.0",
"dat-storage": "^1.1.1",
"debug": "^4.1.0",
"hyperdrive": "^9.14.5",
"hyperdrive-http": "^4.4.0",
"hyperdrive-network-speed": "^2.1.0",
"hyperswarm": "^2.8.0",
"mirror-folder": "^3.0.0",
"pump": "^3.0.0",
"random-access-file": "^2.1.2",
"random-access-memory": "^3.1.1",
"sparse-bitfield": "^3.0.3",
"speedometer": "^1.1.0",
"stream-each": "^1.2.3",
"untildify": "^3.0.2"
},
"devDependencies": {
"count-files": "^2.6.2",
"dat-encoding": "^5.0.0",
"dependency-check": "^3.2.0",
"mkdirp": "^0.5.1",
"nyc": "^13.3.0",
"rimraf": "^2.6.3",
"standard": "*",
"tape": "^4.10.1",
"temporary-directory": "^1.0.2"
},
"keywords": [
"data",
"dat",
"hyperdrive",
"p2p"
]
}