-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 866 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
{
"name": "node-red-contrib-fabric-blocks-listener",
"version": "1.4.0",
"description": "A node that listens to the blocks events in Hyperledger Fabric peer and sends the blocks as JSON objects to ouput 1 and read/write set from every transaction to output 2",
"main": "fabric-blocks-listener.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"fabric-client": "~1.4.0"
},
"keywords": [
"node-red",
"hyperledger-fabric"
],
"repository": {
"type": "git",
"url": "https://github.com/frbrkoala/node-red-contrib-fabric-blocks-listener.git"
},
"node-red": {
"nodes": {
"fabric-blocks-listener": "fabric-blocks-listener.js"
}
},
"author": "Nikolay Vlasov",
"license": "Apache License 2.0"
}