react-native-linear-gradient/package.json

32 lines
747 B
JSON
Raw Normal View History

2015-03-31 17:44:16 +00:00
{
"name": "react-native-linear-gradient",
2017-08-23 09:59:07 +00:00
"version": "2.3.0",
2015-03-31 17:44:16 +00:00
"description": "A <LinearGradient> element for react-native",
"main": "index",
"author": {
"name": "Brent Vatne",
"email": "brentvatne@gmail.com",
"url": "https://github.com/brentvatne"
},
2016-06-17 13:38:08 +00:00
"license": "MIT",
2017-12-21 14:22:31 +00:00
"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"
}
],
2015-04-04 19:05:43 +00:00
"repository": {
"type": "git",
"url": "git@github.com:brentvatne/react-native-linear-gradient.git"
},
"dependencies": {
"prop-types": "^15.5.10"
2015-03-31 17:44:16 +00:00
}
}