-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 902 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
{
"name": "kad-consistency",
"version": "0.0.4",
"description": "Kad wrapper with consistency improvements",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zmumi/kad-consistency.git"
},
"keywords": [
"kad",
"consistency",
"kademlia"
],
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"author": "Michał Żmuda <[email protected]>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/zmumi/kad-consistency/issues"
},
"homepage": "https://github.com/zmumi/kad-consistency#readme",
"devDependencies": {
"chai": "^2.2.0",
"coveralls": "^2.11.2",
"faker": "^2.1.2",
"mocha": "^2.2.4",
"sinon": "^1.14.1"
},
"dependencies": {
"kad": "^1.5.17",
"async": "2.0.0-rc.3"
}
}