-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 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
44
45
46
47
48
{
"name": "react-native-version-check",
"version": "3.0.0-rc.5",
"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",
"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"
},
"files": [
"android",
"ios",
"src",
"builder.js",
"index.js",
"LICENSE",
"react-native-version-check.podspec",
"README.md"
],
"dependencies": {
"babel-preset-react-native": "^4.0.0",
"lodash.isfunction": "^3.0.9",
"lodash.isnil": "^4.0.0",
"lodash.pick": "^4.4.0",
"semver": "^5.5.0"
},
"devDependencies": {
"react-native": "^0.48.0"
},
"peerDependencies": {
"react-native": ">=0.48.0"
}
}