forked from LynxLine/node-red-contrib-iota-tx0
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "node-red-contrib-iota-lib",
"version": "0.2.6",
"description": "Node Red integration whith IOTA",
"main": "iota-transactions.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"iotatransactions": "iota-transactions.js",
"iotasendtransfer": "iota-sendtransfer.js",
"iotagetinputs": "iota-getinputs.js",
"iotanewaddress": "iota-newaddress.js",
"iotaservernode" : "iota-servernode.js",
"mamPublish" : "mamPublish.js",
"mamFetch" : "mamFetch.js",
"iotaConverter": "iota-converter.js",
"iotasearch" : "iota-search.js"
}
},
"author": "vruiz@wittelecom.com>",
"license": "MIT",
"dependencies": {
"iota.lib.js": "^0.5.2",
"transliteration": "^2.1.7",
"@iota/converter": "*",
"@iota/validators": "*",
"@iota/mam": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/Vruizvil/node-red-contrib-iota-lib.git"
},
"keywords": [
"node-red",
"iota",
"thetangle",
"tangle",
"mam"
]
}