react-native-config/package.json
2017-11-16 11:52:34 -08:00

22 lines
563 B
JSON

{
"name": "react-native-config",
"version": "0.10.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",
"react-native-config.podspec"
],
"license": "MIT"
}