-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 937 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
39
40
41
42
43
44
{
"name": "kad-webrtc",
"version": "1.5.0",
"description": "webrtc transport for kad",
"main": "index.js",
"directories": {
"example": "examples",
"test": "test",
"lib": "lib"
},
"scripts": {
"test": "mocha test/**",
"build-browser-interactive": "browserify htdocs/index.js > htdocs/index.browser.js",
"start": "node server.js"
},
"keywords": [
"kad",
"dht",
"webrtc"
],
"author": "omphalos",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/omphalos/kad-webrtc"
},
"dependencies": {
"bignum": "^0.11.0",
"body-parser": "^1.17.2",
"cors": "^2.8.4",
"express": "^4.15.4",
"hat": "0.0.3",
"kad": "^1.5.5",
"lodash": "^4.17.4",
"simple-peer": "^6.2.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"browserify": "^11.1.0",
"ws": "^0.8.1"
}
}