UNPKG

914 BJSONView Raw
1{
2 "name": "expo-linear-gradient",
3 "version": "3.0.0",
4 "description": "Provides a React component that renders a gradient view.",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "scripts": {
8 "build": "expo-module build",
9 "clean": "expo-module clean",
10 "test": "expo-module test",
11 "prepare": "expo-module prepare",
12 "prepublishOnly": "expo-module prepublishOnly",
13 "expo-module": "expo-module"
14 },
15 "keywords": [
16 "react-native",
17 "expo",
18 "gradient"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/expo/expo.git"
23 },
24 "bugs": {
25 "url": "https://github.com/expo/expo/issues"
26 },
27 "author": "650 Industries, Inc.",
28 "license": "MIT",
29 "homepage": "https://docs.expo.io/versions/latest/sdk/linear-gradient/",
30 "unimodulePeerDependencies": {
31 "expo-core": "*"
32 },
33 "devDependencies": {
34 "expo-module-scripts": "^1.0.0"
35 }
36}