-
Notifications
You must be signed in to change notification settings - Fork 135
/
package.json
43 lines (43 loc) · 1.58 KB
/
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
38
39
40
41
42
43
{
"name": "react-native-auto-updater",
"version": "0.2.5",
"description": "A library to manage dynamic updates to React Native apps. Available as an NPM Package.",
"main": "react-native-auto-updater.js",
"author": "Rahul Jiresal <[email protected]> (https://github.com/rahuljiresal)",
"files": [
"ios/ReactNativeAutoUpdater.xcodeproj",
"react-native-auto-updater.js",
"README.md",
"ios/ReactNativeAutoUpdater/ReactNativeAutoUpdater.h",
"ios/ReactNativeAutoUpdater/ReactNativeAutoUpdater.m",
"ios/ReactNativeAutoUpdater/StatusBarNotification.h",
"ios/ReactNativeAutoUpdater/StatusBarNotification.m",
"android/build.gradle",
"android/src/main/AndroidManifest.xml",
"android/src/main/res/values/strings.xml",
"android/src/main/res/values-es/strings.xml",
"android/src/main/java/com/aerofs/reactnativeautoupdater/ReactNativeAutoUpdater.java",
"android/src/main/java/com/aerofs/reactnativeautoupdater/ReactNativeAutoUpdaterActivity.java",
"android/src/main/java/com/aerofs/reactnativeautoupdater/ReactNativeAutoUpdaterPackage.java",
"android/src/main/java/com/aerofs/reactnativeautoupdater/ReactNativeAutoUpdaterModule.java",
"android/src/main/java/com/aerofs/reactnativeautoupdater/Version.java"
],
"peerDependencies": {
"react-native": ">=0.18.0"
},
"repository": {
"type": "git",
"url": "[email protected]:aerofs/react-native-auto-updater.git"
},
"devDependencies": {
"react-native": ">=0.18.0"
},
"license": "MIT",
"keywords": [
"react-native",
"updates",
"dynamic",
"ios",
"android"
]
}