react-native-config/package.json

24 lines
609 B
JSON
Raw Normal View History

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",
"contributors": [],
"repository": {
"type": "git",
2017-12-04 21:36:09 -08:00
"url": "https://github.com/luggit/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",
2018-01-05 08:49:55 -08:00
"index.d.ts",
"react-native-config.podspec"
2016-02-22 13:06:06 -08:00
],
"types": "./index.d.ts",
2016-02-22 13:06:06 -08:00
"license": "MIT"
}