@react-native-ohos/react-native-text-gradient
Version:
Text gradient for React-Native
49 lines (48 loc) • 1.23 kB
JSON
{
"name": "@react-native-ohos/react-native-text-gradient",
"version": "0.1.8-rc.1",
"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/react-native-oh-library/react-native-text-gradient.git"
},
"keywords": [
"react-native",
"text-gradients",
"harmony"
],
"author": "iyegoroff <iegoroff@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-oh-library/react-native-text-gradient/issues"
},
"homepage": "https://github.com/react-native-oh-library/react-native-text-gradient#readme",
"peerDependencies": {
"react": "*",
"react-native": "*",
"fbjs": "*",
"@babel/runtime": "*"
},
"harmony": {
"alias":"react-native-text-gradient"
},
"dependencies": {
"react-native-text-gradient": "0.1.7"
},
"files": [
"src",
"*.md",
"patch-rn.js",
"harmony"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}