-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
35 lines (35 loc) · 901 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": "@remobile/react-native-cache-image",
"version": "1.0.7",
"description": "A cache-image for react-native",
"main": "index.js",
"author": {
"name": "YunJiang.Fang",
"email": "42550564@qq.com"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"cache-image",
"ref",
"cache",
"webcache",
"remobile",
"mobile"
],
"homepage": "https://github.com/remobile/react-native-cache-image",
"bugs": {
"url": "https://github.com/remobile/react-native-cache-image/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/remobile/react-native-cache-image.git"
},
"peerDependencies": {
"@remobile/react-native-sqlite": "^1.0.2",
"react-native-fs": "^2.0.1"
}
}