-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 846 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
{
"name": "react-native-cachedimage",
"main": "CachedImage.js",
"version": "0.1.6",
"author": {
"name": "lhs168"
},
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/lhs168/react-native-cachedimage.git"
},
"dependencies": {
"loadash": "^1.0.0",
"crypto-js": "^3.1.9-1",
"url-parse": "^1.1.9",
"prop-types": "^15.6.0",
"react-native-fetch-blob": "^0.10.8"
},
"description": "cached image for React Native",
"devDependencies": {},
"directories": {},
"homepage": "https://github.com/lhs168/react-native-cachedimage",
"keywords": [
"react-native-cachedimage",
"react-native",
"ios",
"android",
"cachedimage",
"image"
],
"license": "GPL",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}