-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 747 Bytes
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
{
"name": "react-native-linear-gradient",
"version": "2.4.0",
"description": "A <LinearGradient> element for react-native",
"main": "index",
"author": {
"name": "Brent Vatne",
"email": "brentvatne@gmail.com",
"url": "https://github.com/brentvatne"
},
"license": "MIT",
"contributors": [
{
"name": "Nick Hudkins",
"email": "nick@nickhudkins.com",
"url": "https://github.com/nickhudkins"
},
{
"name": "Dmitry Gladkov",
"email": "dmitry.gladkov@gmail.com",
"url": "https://github.com/dgladkov"
}
],
"repository": {
"type": "git",
"url": "git@github.com:brentvatne/react-native-linear-gradient.git"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}