expo-conic-gradient
Version:
conic/angular/sweep gradient view
50 lines (49 loc) • 1.32 kB
JSON
{
"name": "expo-conic-gradient",
"version": "0.2.1",
"description": "conic/angular/sweep gradient view",
"main": "build/index.js",
"types": "build/index.d.ts",
"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",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-conic-gradient",
"ConicGradient",
"AngularGradient",
"SweepGradient",
"conic",
"angular",
"sweep",
"gradient"
],
"repository": "https://github.com/jakex7/expo-conic-gradient.git",
"bugs": {
"url": "https://github.com/jakex7/expo-conic-gradient.git/issues"
},
"author": "Jakub Grzywacz <kontakt@jakubgrzywacz.pl> (jakex7)",
"license": "MIT",
"homepage": "https://github.com/jakex7/expo-conic-gradient.git#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "~19.0.10",
"expo": "^53.0.12",
"expo-module-scripts": "^4.0.3",
"react-native": "0.79.4"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}