forked from holepunchto/hyperswarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 985 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
{
"name": "dswarm",
"version": "1.0.0",
"description": "A distributed networking stack for connecting peers on the dWeb.",
"main": "swarm.js",
"dependencies": {
"@dswarm/network": "^1.0.0",
"shuffled-priority-queue": "^2.1.0",
"utp-native": "^2.1.7"
},
"devDependencies": {
"@dswarm/dht": "^1.0.0",
"events.once": "^2.0.2",
"nonsynchronous": "^1.0.0",
"standard": "^12.0.1",
"tap": "^14.3.1"
},
"scripts": {
"test": "tap -j 1 -R classic test/*.test.js && standard --fix",
"cov": "tap -j 1 -R classic --coverage-report=html test/*.test.js",
"ci": "standard && npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/distributedweb/dswarm.git"
},
"author": "PeepsLabs <[email protected]>",
"contributors": [
"David Mark Clements (@davidmarkclem)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/distributedweb/dswarm/issues"
},
"homepage": "https://dwebx.org"
}