2015-03-31 17:44:16 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-linear-gradient",
|
2016-05-25 10:08:03 +00:00
|
|
|
"version": "1.5.9",
|
2015-03-31 17:44:16 +00:00
|
|
|
"description": "A <LinearGradient> element for react-native",
|
2016-01-18 18:21:58 +00:00
|
|
|
"main": "index",
|
2015-03-31 18:42:53 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Brent Vatne",
|
|
|
|
"email": "brentvatne@gmail.com",
|
|
|
|
"url": "https://github.com/brentvatne"
|
|
|
|
},
|
2015-10-01 02:53:20 +00:00
|
|
|
"contributors": [{
|
|
|
|
"name": "Nick Hudkins",
|
|
|
|
"email": "nick@nickhudkins.com",
|
|
|
|
"url": "https://github.com/nickhudkins"
|
|
|
|
}],
|
2015-04-04 19:05:43 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:brentvatne/react-native-linear-gradient.git"
|
|
|
|
},
|
2015-03-31 17:44:16 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"jest-cli": "0.2.1"
|
|
|
|
}
|
|
|
|
}
|