forked from pfrazee/dat-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 848 Bytes
/
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
{
"name": "dat-gateway",
"description": "A Dat-to-HTTP gateway and helper library.",
"version": "1.1.1-alpha",
"main": "index.js",
"bin": "bin.js",
"scripts": {
"start": "bin.js",
"test": "standard && dependency-check . && mocha"
},
"dependencies": {
"dat-link-resolve": "^2.1.0",
"dat-node": "^3.5.6",
"hyperdrive-http": "^4.2.2",
"lru-cache": "^4.1.1",
"node-cache": "^4.1.1",
"yargs": "^11.0.0"
},
"devDependencies": {
"dependency-check": "^2.9.1",
"mocha": "^5.0.0",
"standard": "^10.0.3"
},
"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"
}