-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 997 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
{
"name": "node-red-contrib-binance",
"version": "0.1.7",
"description": "A Node-RED node wrapper to make API calls to the Binance exchange. The NodeJS library used for communicating with Binance is a version of https://github.com/binance-exchange/node-binance-api, winner of the official Binance API competition",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SenseTecnic/node-red-contrib-binance.git"
},
"keywords": [
"node-red",
"cryptocurrency",
"crypto",
"binance"
],
"contributors": [
{
"name": "Ted Huang"
}
],
"license": "Apache-2",
"bugs": {
"url": "https://github.com/SenseTecnic/node-red-contrib-binance/issues"
},
"homepage": "https://github.com/SenseTecnic/node-red-contrib-binance#readme",
"dependencies": {
"node-binance-api": "0.4.24"
},
"node-red": {
"nodes": {
"binance": "binance.js"
}
}
}