forked from kfiroo/react-native-cached-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 912 Bytes
/
package.json
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": "react-native-cached-image",
"version": "1.3.5",
"description": "CachedImage component for react-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kfiroo/react-native-cached-image"
},
"keywords": [
"react-native",
"cache",
"image"
],
"author": "kfiroo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kfiroo/react-native-cached-image/issues"
},
"homepage": "https://github.com/kfiroo/react-native-cached-image",
"files": [
"index.js",
"CachedImage.js",
"ImageCacheProvider.js"
],
"dependencies": {
"crypto-js": "3.1.9-1",
"lodash": "4.17.4",
"react-native-fetch-blob": "0.10.4",
"url-parse": "1.1.7",
"prop-types": "^15.5.10",
"create-react-class": "^15.6.0"
}
}