-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 800 Bytes
/
package.json
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
32
33
34
{
"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": {
},
"devDependencies": {
"jest-cli": "0.2.1",
"prop-types": "^15.5.10"
}
}