forked from OpenST/ost-wallet-sdk-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 828 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
{
"name": "@ostdotcom/ost-wallet-sdk-react-native",
"version": "2.4.2",
"description": "OST Wallet SDK for React Native applications.",
"main": "./js/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ostdotcom/ost-wallet-sdk-react-native.git"
},
"bugs": {
"url": "https://github.com/ostdotcom/ost-wallet-sdk-react-native/issues"
},
"keywords": [
"OST",
"OST-Wallet",
"react-native",
"ios",
"android",
"key-management-sdk",
"ost-platform",
"brand-tokens"
],
"homepage": "https://ost.com",
"author": "OST.com Inc.",
"license": " Apache-2.0",
"peerDependencies": {
"bignumber.js": "^9.0.0",
"eventemitter3": "^4.0.0",
"lodash.merge": "^4.6.2",
"react-native": "^0.64.0",
"react-native-picker-select": "^6.5.0"
}
}