forked from bitfinexcom/grenache-grape
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 999 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 999 Bytes
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
{
"name": "grenache-grape",
"version": "0.9.10",
"description": "Granache Grape - DHT for micro-services",
"author": "prdn <paolo@bitfinex.com> (https://bitfinex.com/)",
"keywords": [
"grenache",
"kademlia",
"nodejs",
"micro-services"
],
"dependencies": {
"async": "^2.6.1",
"bittorrent-dht": "^9.0.0",
"cbq": "0.0.1",
"debug": "^4.0.1",
"ed25519-supercop": "^2.0.0",
"lodash": "^4.17.11",
"raw-body": "^2.3.2",
"record-cache": "^1.1.0",
"yargs": "^12.0.2"
},
"engine": {
"node": ">=6.0"
},
"bin": {
"grape": "bin/grape.js"
},
"main": "index.js",
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^5.2.0",
"request": "^2.88.0",
"standard": "^12.0.1"
},
"scripts": {
"test": "npm run lint && npm run unit",
"unit": "mocha",
"lint": "standard"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/bitfinexcom/grenache-grape.git"
}
}