-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.28 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
{
"name": "react-native-linear-gradient",
"version": "2.5.6",
"description": "A <LinearGradient> element for React Native",
"main": "index",
"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-native": ">=0.55"
},
"devDependencies": {
"flow-bin": "^0.92",
"react": "^16.8.3",
"react-native": "^0.59.1"
},
"scripts": {
"flow": "yarn flow:android && yarn flow:ios",
"flow:android": "flow check --flowconfig-name .flowconfig.android",
"flow:ios": "flow check"
}
}