-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 823 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.1",
"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": {
"react-native": "0.60.0",
"eventemitter3": "4.0.0",
"lodash.merge": "4.6.2",
"bignumber.js": "8.1.1",
"react-native-picker-select": "6.5.0"
}
}