28 lines
698 B
JSON
Raw Permalink Normal View History

2015-03-31 10:44:16 -07:00
{
"name": "react-native-linear-gradient",
2016-06-06 17:56:59 +03:00
"version": "1.5.10",
2015-03-31 10:44:16 -07:00
"description": "A <LinearGradient> element for react-native",
"main": "index",
"author": {
"name": "Brent Vatne",
"email": "brentvatne@gmail.com",
"url": "https://github.com/brentvatne"
},
2015-09-30 22:53:20 -04:00
"contributors": [{
"name": "Nick Hudkins",
"email": "nick@nickhudkins.com",
"url": "https://github.com/nickhudkins"
2016-06-06 17:56:59 +03:00
}, {
"name": "Dmitry Gladkov",
"email": "dmitry.gladkov@gmail.com",
"url": "https://github.com/dgladkov"
2015-09-30 22:53:20 -04:00
}],
2015-04-04 12:05:43 -07:00
"repository": {
"type": "git",
"url": "git@github.com:brentvatne/react-native-linear-gradient.git"
},
2015-03-31 10:44:16 -07:00
"devDependencies": {
"jest-cli": "0.2.1"
}
}