-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 973 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
{
"name": "esecubit-react-native-wallet-sdk",
"version": "1.0.2",
"description": "SDK For EsecuBit React Native Wallet App",
"main": "index.js",
"keywords": [
"EsecuBit",
"react-native",
"wallet-sdk"
],
"author": "EsecuBit",
"license": "LGPLv3",
"dependencies": {
"assert": "1.4.1",
"bigdecimal": "0.6.1",
"bigi": "1.4.2",
"buffer": "5.2.1",
"crypto-browserify": "3.12.0",
"esecubit-wallet-i18n": "git+https://github.com/EsecuBit/EsecuBit-wallet-i18n.git",
"esecubit-wallet-sdk": "git+https://github.com/EsecuBit/EsecuBit-wallet-sdk.git",
"events": "3.0.0",
"react-native-gesture-handler": "1.3.0",
"react-navigation-redux-helpers": "3.0.2",
"react-redux": "5.1.0",
"redux": "4.0.1",
"redux-actions": "2.6.5",
"redux-thunk": "2.3.0",
"stream-browserify": "2.0.2",
"vm-browserify": "1.1.0"
},
"peerDependencies": {
"jsc-android": "241213.1.0",
"react": "16.8.3"
}
}