-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "lyra-hlf",
"version": "1.9.0",
"description": "Super Fast Blockchain Simulator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/A01334390/Lyra.git"
},
"keywords": [
"Hyperledger",
"Fabric",
"Fast",
"IBM",
"Blockchain"
],
"author": "Aabo Technologies © 2017",
"license": "ISC",
"dependencies": {
"chalk": "^2.2.0",
"clear": "0.0.1",
"cli-spinners": "^1.1.0",
"cli-table": "latest",
"colors": "^1.1.2",
"config": "^1.21.0",
"fabric-ca-client": "^1.0.1",
"fabric-client": "^1.0.1",
"figlet": "^1.2.0",
"inquirer": "^3.3.0",
"md5": "^2.2.1",
"mongodb": "^2.2.33",
"mongoose": "^4.12.4",
"ora": "^1.3.0",
"performance-now": "^2.1.0",
"prettyoutput": "^1.1.1",
"shelljs": "^0.7.5",
"winston": "^2.2.0",
"yargs": "^6.5.0"
},
"bugs": {
"url": "https://github.com/A01334390/Lyra/issues"
},
"homepage": "https://github.com/A01334390/Lyra#readme"
}