mirror of
https://github.com/status-im/react-native-config.git
synced 2025-02-24 21:08:20 +00:00
15 lines
401 B
JSON
15 lines
401 B
JSON
|
{
|
||
|
"name": "react-native-config",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Expose config variables to React Native apps",
|
||
|
"keywords": ["env", "config", "config-var", "react-native", "android", "ios", "12factor"],
|
||
|
"homepage": "https://github.com/luggg/react-native-config",
|
||
|
"author": "Pedro Belo",
|
||
|
"files": [
|
||
|
"android/",
|
||
|
"index.android.js",
|
||
|
"index.ios.js"
|
||
|
],
|
||
|
"license": "MIT"
|
||
|
}
|