21 lines
527 B
JSON
21 lines
527 B
JSON
{
|
|
"name": "react-native-config",
|
|
"version": "0.2.0",
|
|
"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",
|
|
"contributors": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/luggg/react-native-config"
|
|
},
|
|
"private": false,
|
|
"author": "Pedro Belo",
|
|
"files": [
|
|
"android/",
|
|
"ios/",
|
|
"index.js"
|
|
],
|
|
"license": "MIT"
|
|
}
|