-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
42 lines (42 loc) · 1010 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
42
{
"name": "react-native-text-gradient",
"version": "0.1.7",
"description": "Text gradient for React-Native",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iyegoroff/react-native-text-gradient.git"
},
"keywords": [
"react-native",
"text-gradients"
],
"author": "iyegoroff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iyegoroff/react-native-text-gradient/issues"
},
"homepage": "https://github.com/iyegoroff/react-native-text-gradient#readme",
"peerDependencies": {
"react": "*",
"react-native": "*",
"fbjs": "*",
"@babel/runtime": "*"
},
"files": [
"android",
"TextGradientExample",
"ios",
"src",
"img",
".dockerignore",
"*.md",
"*.podspec",
"patch-rn.js"
]
}