react-native-config/package.json

22 lines
562 B
JSON
Raw Normal View History

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",
"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/",
"index.js",
"react-native-config.podspec"
2016-02-22 13:06:06 -08:00
],
"license": "MIT"
}