-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 795 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": "react-native-android-update",
"repository": {
"type": "git",
"url": "git+https://github.com/windwang/react-native-android-update.git"
},
"version": "0.0.17",
"description": "A React Native module to update android apk. Supports progress notification.",
"author": {
"name": "Wind Wang",
"url": "windwang"
},
"nativePackage": true,
"keywords": [
"react-native",
"react-native-update",
"react-component",
"react",
"native",
"update"
],
"bugs": {
"url": "https://github.com/windwang/react-native-android-update/issues"
},
"homepage": "https://github.com/windwang/react-native-android-update#readme",
"maintainers": [
{
"name": "windwang",
"email": "windwang@gmail.com"
}
],
"main": "index"
}