-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
41 lines (41 loc) · 909 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
35
36
37
38
39
40
41
{
"name": "react-native-radial-gradient",
"version": "1.1.5",
"description": "Radial gradient library for react native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"android/",
"ios/",
"index.d.ts"
],
"types": "index.d.ts",
"keywords": [
"react-native",
"react",
"native",
"radial-gradient",
"radial",
"gradient",
"react native gradient",
"react native radial gradient"
],
"author": {
"name": "Surajit Sarkar",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/surajitsarkar19/react-native-radial-gradient.git"
},
"devDependencies": {
"babel-preset-react-native": "^4.0.0",
"prop-types": "^15.6.0"
},
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0"
}
}