This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.37 KB
/
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
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
{
"name": "react-native-linear-gradient",
"version": "2.5.6",
"description": "A <LinearGradient> element for React Native",
"main": "index.js",
"files": [
"android",
"ios",
"windows",
"common.js",
"index.android.js",
"index.d.ts",
"index.ios.js",
"index.windows.js",
"BVLinearGradient.podspec"
],
"author": {
"name": "Brent Vatne",
"email": "[email protected]",
"url": "https://github.com/brentvatne"
},
"license": "MIT",
"contributors": [
{
"name": "Nick Hudkins",
"email": "[email protected]",
"url": "https://github.com/nickhudkins"
},
{
"name": "Gant Laborde",
"email": "[email protected]",
"url": "https://github.com/gantman"
},
{
"name": "Dmitry Gladkov",
"email": "[email protected]",
"url": "https://github.com/dgladkov"
},
{
"name": "Radek Pietruszewski",
"email": "[email protected]",
"url": "https://github.com/radex"
}
],
"repository": {
"type": "git",
"url": "[email protected]:react-native-community/react-native-linear-gradient.git"
},
"dependencies": {},
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.55"
},
"devDependencies": {
"flow-bin": "^0.98",
"react": "16.8.6",
"react-native": "0.60.5"
},
"scripts": {
"flow": "flow check"
}
}