2016-02-22 13:06:06 -08:00
|
|
|
{
|
|
|
|
"name": "react-native-config",
|
2017-05-02 17:27:38 -07:00
|
|
|
"version": "0.4.2",
|
2016-02-22 13:06:06 -08:00
|
|
|
"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",
|
2016-06-29 19:54:46 +01:00
|
|
|
"contributors": [],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/luggg/react-native-config"
|
|
|
|
},
|
|
|
|
"private": false,
|
2016-02-22 13:06:06 -08:00
|
|
|
"author": "Pedro Belo",
|
|
|
|
"files": [
|
|
|
|
"android/",
|
2016-02-22 17:27:49 -08:00
|
|
|
"ios/",
|
2017-04-28 22:54:56 +02:00
|
|
|
"index.js",
|
|
|
|
"react-native-config.podspec"
|
2016-02-22 13:06:06 -08:00
|
|
|
],
|
|
|
|
"license": "MIT"
|
|
|
|
}
|