forked from RangerMauve/hyper-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.01 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
{
"name": "dat-sdk",
"version": "0.2.1",
"description": "The official Dat SDK (WIP)",
"main": "index.js",
"scripts": {
"test": "node test",
"build-test": "browserify -d test.js > test-bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datproject/sdk.git"
},
"keywords": [
"dat",
"sdk",
"hyperdrive",
"hypercore",
"p2p"
],
"author": "datproject",
"license": "MIT",
"bugs": {
"url": "https://github.com/datproject/sdk/issues"
},
"browser": {
"dat-dns": "./dns-web.js"
},
"homepage": "https://github.com/datproject/sdk#readme",
"dependencies": {
"dat-dns": "^4.0.0",
"dat-encoding": "^5.0.1",
"hypercore": "^7.5.0",
"hypercore-crypto": "^1.0.0",
"hyperdiscovery": "^10.0.0",
"hyperdrive": "^9.16.0",
"random-access-memory": "^3.1.1",
"universal-dat-storage": "^1.3.1"
},
"devDependencies": {
"browserify": "^16.2.3",
"hypertrie": "^3.7.1",
"tape": "^4.10.2",
"tmp": "^0.1.0"
}
}