-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 842 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 842 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
{
"name": "hlf-course-api",
"version": "1.0.0",
"description": "This is part of a course on Hyperledger Fabric http://ACloudFan.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acloudfan/HLF-Fabric-API.git"
},
"author": "raj@acloudfan.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/acloudfan/HLF-Fabric-API/issues"
},
"homepage": "https://github.com/acloudfan/HLF-Fabric-API#readme",
"dependencies": {
"chai": "^4.2.0",
"composer-admin": "^0.20.5",
"composer-cli": "^0.20.5",
"composer-client": "^0.20.5",
"composer-connector-embedded": "^0.20.5",
"fs": "0.0.1-security",
"grpc": "^1.17.0",
"mocha": "^5.2.0",
"websocket": "^1.0.28"
}
}