-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
{
"name": "dat-gateway",
"description": "A Dat-to-HTTP gateway and helper library.",
"version": "2.3.1-beta",
"main": "index.js",
"bin": "bin.js",
"scripts": {
"start": "./bin.js",
"test": "standard && dependency-check . --unused --no-dev && mocha"
},
"dependencies": {
"dat-librarian": "^1.1.8-beta",
"hyperdrive-http": "^4.4.0",
"hex-to-32": "^2.0.0",
"websocket-stream": "^5.5.0",
"xdg-basedir": "^4.0.0",
"yargs": "^15.0.2"
},
"devDependencies": {
"dependency-check": "^4.1.0",
"mkdirp": "^0.5.1",
"mocha": "^6.2.2",
"nock": "^11.7.0",
"random-access-memory": "^3.1.1",
"rimraf": "^3.0.0",
"standard": "^14.3.1"
},
"files": [
"index.html",
"index.js",
"bin.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/garbados/dat-gateway.git"
},
"keywords": [
"dat",
"http",
"https"
],
"authors": [
"Paul Frazee <[email protected]>",
"Diana Thayer <[email protected]>"
],
"license": "Apache-2.0"
}