-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "react-native-easy-cached-image",
"version": "0.0.7",
"description": "Easy Peasy Cached Image for React Native.",
"keywords": [
"react-native",
"button",
"easy-cached-image",
"image",
"image-view",
"cached",
"javascript",
"ui-lib",
"rn"
],
"homepage": "https://www.freakycoder.com",
"bugs": "https://github.com/WrathChaos/react-native-easy-cached-image/issues",
"main": "./lib/src/components/CachedImage.js",
"repository": "git@github.com:WrathChaos/react-native-easy-cached-image.git",
"author": "Kuray (FreakyCoder) <kurayogun@gmail.com>",
"license": "MIT",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"peerDependencies": {
"react": ">= 16.x",
"react-native": ">= 0.55.x"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-native": "^0.72.0"
},
"dependencies": {}
}