-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "@exodus/react-native-linear-gradient",
"version": "2.5.4-exodus.0",
"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": {}
}