forked from ti-rudin/node-red-contrib-binance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 879 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "node-red-binance-ext1",
"version": "0.0.1",
"description": "A Node-RED node wrapper to make API calls to the Binance exchange (extended for Futures).",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaxus1/node-red-binance_ext1.git"
},
"keywords": [
"node-red",
"cryptocurrency",
"crypto",
"binance",
"binance-futures",
],
"contributors": [
{
"name": "Vaxus"
}
],
"license": "Apache-2",
"bugs": {
"url": "https://github.com/vaxus1/node-red-binance_ext1/issues"
},
"homepage": "https://github.com/vaxus1/node-red-binance_ext1#readme",
"dependencies": {
"node-binance-api": "0.4.24"
},
"node-red": {
"nodes": {
"binance": "binance.js"
"binance": "binance_futures.js"
}
}
}