2016-02-22 13:06:06 -08:00
|
|
|
{
|
|
|
|
"name": "react-native-config",
|
2020-03-18 23:55:39 -03:00
|
|
|
"version": "1.0.0",
|
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"],
|
2017-12-04 21:36:09 -08:00
|
|
|
"homepage": "https://github.com/luggit/react-native-config",
|
2016-06-29 19:54:46 +01:00
|
|
|
"contributors": [],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-12-04 21:36:09 -08:00
|
|
|
"url": "https://github.com/luggit/react-native-config"
|
2016-06-29 19:54:46 +01:00
|
|
|
},
|
|
|
|
"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",
|
2018-01-05 08:49:55 -08:00
|
|
|
"index.d.ts",
|
2017-04-28 22:54:56 +02:00
|
|
|
"react-native-config.podspec"
|
2016-02-22 13:06:06 -08:00
|
|
|
],
|
2018-01-04 17:16:06 +01:00
|
|
|
"types": "./index.d.ts",
|
2016-02-22 13:06:06 -08:00
|
|
|
"license": "MIT"
|
|
|
|
}
|