UNPKG

747 BJSONView Raw
1{
2 "name": "react-native-linear-gradient",
3 "version": "2.4.0",
4 "description": "A <LinearGradient> element for react-native",
5 "main": "index",
6 "author": {
7 "name": "Brent Vatne",
8 "email": "brentvatne@gmail.com",
9 "url": "https://github.com/brentvatne"
10 },
11 "license": "MIT",
12 "contributors": [
13 {
14 "name": "Nick Hudkins",
15 "email": "nick@nickhudkins.com",
16 "url": "https://github.com/nickhudkins"
17 },
18 {
19 "name": "Dmitry Gladkov",
20 "email": "dmitry.gladkov@gmail.com",
21 "url": "https://github.com/dgladkov"
22 }
23 ],
24 "repository": {
25 "type": "git",
26 "url": "git@github.com:brentvatne/react-native-linear-gradient.git"
27 },
28 "dependencies": {
29 "prop-types": "^15.5.10"
30 }
31}