forked from wonday/react-native-image-cache-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 939 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 939 Bytes
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
{
"name": "@fidme/react-native-image-cache-wrapper",
"version": "1.2.0",
"description": "The best react native image cache wrapper.",
"main": "index.js",
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/wonday/react-native-image-cache-wrapper.git"
},
"keywords": [
"Cache",
"Cached Image",
"Image Cache",
"Image",
"ImageBackground",
"react-component",
"react-native",
"android",
"ios"
],
"author": "Wonday (https://github.com/wonday)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wonday/react-native-image-cache-wrapper/issues"
},
"dependencies": {
"crypto-js": "^4.2.0"
},
"peerDependencies": {
"react-native-blob-util": "^0.13.18"
},
"homepage": "https://github.com/wonday/react-native-image-cache-wrapper#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}