UNPKG

1.14 kBJSONView Raw
1{
2 "name": "expo-linear-gradient",
3 "version": "7.0.1",
4 "description": "Provides a React component that renders a gradient view.",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "gradient"
21 ],
22 "jest": {
23 "preset": "expo-module-scripts/enzyme"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/expo/expo.git",
28 "directory": "packages/expo-linear-gradient"
29 },
30 "bugs": {
31 "url": "https://github.com/expo/expo/issues"
32 },
33 "author": "650 Industries, Inc.",
34 "license": "MIT",
35 "homepage": "https://docs.expo.io/versions/latest/sdk/linear-gradient/",
36 "unimodulePeerDependencies": {
37 "@unimodules/core": "*"
38 },
39 "devDependencies": {
40 "expo-module-scripts": "~1.1.1"
41 },
42 "gitHead": "4e13b3cb88d9205f14bee7764038ab2dd9ef1fbd"
43}