-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 830 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 830 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
{
"name": "priveos-node",
"version": "1.0.0",
"description": "Node software to run a node on the privEOS network (privacy preserving platform)",
"main": "index.js",
"repository": "git@github.com:rawrat/privEOS.git",
"resolutions": {
"lodash": "4.17.13",
"lodash.merge": "4.6.2"
},
"dependencies": {
"@hapi/bourne": "^1.2.0",
"@hapi/joi": "^15.0.0",
"axios": "^0.18.1",
"bluebird": "^3.5.3",
"demux-eos": "^3.1.0",
"eosjs": "16",
"eosjs-ecc-priveos": "^4.0.8",
"ipfs-http-client": "^33.1.0",
"ipfs-unixfs": "^0.1.16",
"ipld-dag-pb": "^0.15.1",
"loglevel": "^1.6.1",
"mocha": "^6.1.4",
"moment": "^2.24.0",
"mongodb": "^3.1.10",
"restify": "^8.3.3",
"restify-cors-middleware": "^1.1.1",
"snyk": "^1.193.1",
"underscore": "^1.9.1"
}
}