47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
![]() |
{
|
||
|
"name": "expo-linear-gradient",
|
||
|
"version": "8.4.0",
|
||
|
"description": "Provides a React component that renders a gradient view.",
|
||
|
"main": "build/LinearGradient.js",
|
||
|
"types": "build/LinearGradient.d.ts",
|
||
|
"sideEffects": false,
|
||
|
"scripts": {
|
||
|
"build": "expo-module build",
|
||
|
"clean": "expo-module clean",
|
||
|
"lint": "expo-module lint",
|
||
|
"test": "expo-module test",
|
||
|
"prepare": "expo-module prepare",
|
||
|
"prepublishOnly": "expo-module prepublishOnly",
|
||
|
"expo-module": "expo-module"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"react-native",
|
||
|
"expo",
|
||
|
"gradient"
|
||
|
],
|
||
|
"jest": {
|
||
|
"preset": "expo-module-scripts/enzyme"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/expo/expo.git",
|
||
|
"directory": "packages/expo-linear-gradient"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/expo/expo/issues"
|
||
|
},
|
||
|
"author": "650 Industries, Inc.",
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://docs.expo.io/versions/latest/sdk/linear-gradient/",
|
||
|
"unimodulePeerDependencies": {
|
||
|
"@unimodules/core": "*"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"react": "*",
|
||
|
"react-native": "*"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"expo-module-scripts": "~1.2.0"
|
||
|
}
|
||
|
}
|