-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"name": "react-native-version-check",
"version": "3.4.3",
"description": "A version checker for react-native applications",
"main": "index.js",
"keywords": [
"react-native",
"android",
"ios",
"version check",
"version",
"app version",
"market version",
"app store version"
],
"license": "MIT",
"author": "Taehyun Kim <kgyoo8232@gmail.com> (https://github.com/kimxogus)",
"contributors": [
"Taehyun Kim <kgyoo8232@gmail.com>",
"Thomas Schoffelen <thomas@includable.com>"
],
"homepage": "https://github.com/kimxogus/react-native-version-check",
"repository": {
"type": "git",
"url": "https://github.com/kimxogus/react-native-version-check.git"
},
"bugs": {
"url": "https://github.com/kimxogus/react-native-version-check/issues"
},
"dependencies": {
"lodash.isfunction": "^3.0.9",
"lodash.isnil": "^4.0.0",
"lodash.pick": "^4.4.0",
"semver": "^6.1.1"
},
"devDependencies": {
"react-native": "^0.59.9"
},
"peerDependencies": {
"react-native": ">=0.48.0"
}
}