-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 847 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 847 Bytes
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
{
"name": "zabo-sdk-react-native",
"version": "1.0.0-beta.0",
"description": "Zabo SDK for React Native",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/zabo-api/zabo-sdk-react-native.git"
},
"keywords": [
"zabo",
"cryptocurrency",
"wallets",
"bitcoin",
"ethereum",
"metamask",
"ledger",
"coinbase",
"binance",
"bitfinex",
"kraken",
"api"
],
"author": "Zabo",
"license": "MIT",
"bugs": {
"url": "https://github.com/zabo-api/zabo-sdk-react-native/issues"
},
"homepage": "https://github.com/zabo-api/zabo-sdk-react-native#readme",
"dependencies": {
"buffer": "^6.0.3",
"events": "^3.3.0",
"stream": "0.0.2",
"zabo-sdk-js": "^1.3.0"
}
}