-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 921 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
37
38
{
"name": "expo-react-native-version-checker",
"version": "1.0.3",
"description": "A version checker for react-native expo applications",
"main": "index.js",
"keywords": [
"react-native",
"expo",
"android",
"ios",
"version check",
"version",
"app version",
"market version",
"app store version"
],
"license": "MIT",
"author": "https://github.com/stri8ed",
"contributors": [
"Taehyun Kim <[email protected]>",
"Thomas Schoffelen <[email protected]>"
],
"peerDependencies": {
"expo": ">=26"
},
"dependencies": {
"react-native-version-check": "^3.4.3",
"expo-constants": "13.1.0"
},
"devDependencies": {
"expo": "^33.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz"
},
"repository": {
"type": "git",
"url": "https://github.com/stri8ed/react-native-version-check-expo.git"
}
}