-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 946 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 946 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
{
"name": "@mudit2108/react-native-local-cache",
"version": "1.0.12",
"description": "Maintain a fast delivery of images by using the local storage of the device",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-fs": "^2.16.6",
"react-native-level-fs": "^3.0.1",
"react-native-os": "^1.2.6",
"react-native-sha256": "^1.3.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mudit2108/react-native-local-cache.git"
},
"keywords": [
"react-native",
"local-cache",
"fast-image",
"react-native-cache"
],
"type": "module",
"author": "mudit2108",
"license": "ISC",
"bugs": {
"url": "https://github.com/mudit2108/react-native-local-cache/issues"
},
"homepage": "https://github.com/mudit2108/react-native-local-cache#readme"
}