forked from kfiroo/react-native-cached-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 841 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
{
"name": "react-native-cached-image",
"version": "1.2.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 <kfirgolan@gmail.com>",
"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-fs": "2.1.0-rc.1",
"url-parse": "1.1.7"
}
}