forked from lugg/react-native-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
49
{
"name": "react-native-config",
"version": "1.5.3",
"description": "Expose config variables to React Native apps",
"keywords": [
"env",
"config",
"config-var",
"react-native",
"android",
"ios",
"windows",
"12factor"
],
"homepage": "https://github.com/luggit/react-native-config",
"contributors": [
"Luan Curti <[email protected]> (https://github.com/luancurti)",
"Amer Lotfi Orimi <[email protected]> (https://github.com/amerllica)"
],
"repository": {
"type": "git",
"url": "https://github.com/luggit/react-native-config"
},
"private": false,
"author": "Pedro Belo",
"files": [
"android/",
"ios/",
"windows/",
"index.js",
"index.d.ts",
"react-native-config.podspec",
"!.*ignore"
],
"types": "./index.d.ts",
"license": "MIT",
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"semantic-release": "^19.0.5"
},
"peerDependencies": {
"react-native-windows": ">=0.61"
},
"peerDependenciesMeta": {
"react-native-windows": {
"optional": true
}
}
}