forked from gvsurenderreddy/p2p
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.27 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "p2p",
"version": "0.10.2",
"description": "p2p implements a peer-to-peer protocol.",
"contributors": [
{
"name": "Golo Roden",
"email": "[email protected]"
},
{
"name": "Matthias Wagler",
"email": "[email protected]"
},
{
"name": "Michael Scherer",
"email": "[email protected]"
}
],
"main": "lib/p2p.js",
"dependencies": {
"body-parser": "1.14.1",
"defekt": "0.0.2",
"eventemitter2": "0.4.14",
"express": "4.13.3",
"flaschenpost": "0.10.1",
"lodash": "3.10.1",
"parse-duration": "0.1.1",
"processenv": "0.1.0",
"random-int": "1.0.0",
"request": "2.65.0",
"require-all": "1.1.0",
"sha1": "1.1.1",
"string.prototype.padleft": "2.0.0",
"timer2": "0.2.3",
"uuidv4": "0.3.1"
},
"devDependencies": {
"assertthat": "0.6.0",
"async": "1.4.2",
"comparejs": "0.1.2",
"crew": "0.8.0",
"freeport": "1.0.5",
"grunt": "0.4.5",
"knockat": "0.2.1",
"nock": "2.15.0",
"supertest": "1.1.0",
"tourism": "0.21.0"
},
"repository": {
"type": "git",
"url": "git://github.com/thenativeweb/p2p.git"
},
"keywords": [
"chord",
"dht",
"p2p",
"peertopeer"
],
"license": "MIT"
}