-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.11 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
{
"name": "dwebswarm",
"version": "3.0.0",
"description": "API for finding and connecting to dWeb peers.",
"main": "swarm.js",
"dependencies": {
"@dwebswarm/network": "git://github.com/DistributedWeb/network.git#ed85eac90890b5457b9a944e2d386ee75c490d06",
"shuffled-priority-queue": "^2.1.0",
"utp-native": "^2.1.7"
},
"devDependencies": {
"@dwebswarm/dht": "git://github.com/DistributedWeb/dht.git#ce105c8ba1101f4fe348b9f2f36232cdc0bf376c",
"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/dwebswarm/dwebswarm.git"
},
"author": "Peeps Labs <[email protected]>",
"contributors": [
"Peeps Labs <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dwebswarm/dwebswarm/issues"
},
"homepage": "https://github.com/dwebswarm/dwebswarm"
}