react-native-config/package.json

16 lines
413 B
JSON

{
"name": "react-native-config",
"version": "0.0.3",
"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/",
"ios/",
"index.android.js",
"index.ios.js"
],
"license": "MIT"
}