15 lines
331 B
JSON
15 lines
331 B
JSON
{
|
|
"name": "KrakenTrading",
|
|
"description": "A Node-RED Project",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"kraken-api": "^1.0.1"
|
|
},
|
|
"node-red": {
|
|
"settings": {
|
|
"flowFile": "flows_nodered_kraken.json",
|
|
"credentialsFile": "flows_nodered_kraken_cred.json"
|
|
}
|
|
}
|
|
}
|