-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlicense.json
More file actions
117 lines (117 loc) · 4.39 KB
/
license.json
File metadata and controls
117 lines (117 loc) · 4.39 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{ "license": [
{
"name": "@babel/core",
"license": "MIT License",
"agreement":"https://github.com/babel/babel/tree/master/packages/babel-core"
},
{
"name": "@babel/runtime",
"license": "MIT License",
"agreement":"https://github.com/babel/babel/tree/master/packages/babel-runtime"
},
{
"name": "buffer",
"license": "MIT License",
"agreement":"https://github.com/feross/buffer/blob/master/LICENSE"
},
{
"name": "react-native-cheerio",
"license": "MIT License",
"agreement":"https://github.com/leon-4A6C/react-native-cheerio"
},
{
"name": "iconv-lite",
"license": "MIT License",
"agreement":"https://github.com/ashtuchkin/iconv-lite/blob/master/LICENSE"
},
{
"name": "link",
"license": "MIT License",
"agreement":"https://github.com/expo/react-native-link/blob/master/LICENSE"
},
{
"name": "moment",
"license": "MIT License",
"agreement":"https://github.com/moment/moment/blob/develop/LICENSE"
},
{
"name": "react",
"license": "MIT License",
"agreement":"https://github.com/facebook/react/blob/master/LICENSE"
},
{
"name": "react-native",
"license": "MIT License",
"agreement":"https://github.com/facebook/react-native/blob/master/LICENSE"
},
{
"name": "react-native-communications",
"license": "MIT License",
"agreement":"https://github.com/anarchicknight/react-native-communications/blob/master/LICENSE"
},
{
"name": "react-native-elements",
"license": "MIT License",
"agreement":"https://github.com/react-native-training/react-native-elements/blob/master/LICENSE"
},
{
"name": "react-native-paper",
"license": "MIT License",
"agreement":"https://github.com/callstack/react-native-paper/blob/master/LICENSE.md"
},
{
"name": "react-native-pinchzoom-view",
"license": "MIT License",
"agreement":"https://github.com/GuoChen-WHU/react-native-pinch-zoom-view"
},
{
"name": "react-native-scaled-image",
"license": "Apache License",
"agreement":"https://github.com/nanlabs/react-native-scaled-image/blob/master/LICENSE"
},
{
"name": "react-native-swiper",
"license": "MIT License",
"agreement":"https://github.com/leecade/react-native-swiper/blob/master/LICENSE"
},
{
"name": "react-natibve-vector-icons",
"license": "MIT License",
"agreement":"https://github.com/oblador/react-native-vector-icons/blob/master/LICENSE"
},
{
"name": "react-navigation",
"license": "BSD License",
"agreement":"https://github.com/react-navigation/react-navigation/blob/master/LICENSE"
},
{
"name": "react-navigation-material-bottom-tabs",
"license": "MIT License",
"agreement":"https://github.com/react-navigation/react-navigation-material-bottom-tabs/blob/master/LICENSE.md"
},
{
"name": "rn-fetch-blob",
"license": "MIT License",
"agreement":"https://github.com/joltup/rn-fetch-blob/blob/master/LICENSE"
},
{
"name": "babel-jest",
"license": "MIT License",
"agreement":"https://github.com/facebook/jest/blob/master/LICENSE"
},
{
"name": "babel-preset-react-native",
"license": "MIT License",
"agreement":"https://github.com/facebook/metro/blob/master/LICENSE"
},
{
"name": "jest",
"license": "MIT License",
"agreement":"https://github.com/facebook/jest/blob/master/LICENSE"
},
{
"name": "react-native-pinch",
"license": "MIT License",
"agreement":"https://github.com/localz/react-native-pinch#readme"
}
]}