react-native-dot-env
Version:
Add .env support to your react-native application without exposing them in JavaScript bundle.
30 lines (29 loc) • 712 B
JSON
{
"name": "react-native-dot-env",
"version": "0.0.1",
"description": "Add .env support to your react-native application without exposing them in JavaScript bundle.",
"homepage": "https://github.com/VojtechBartos/react-native-dot-env",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/VojtechBartos/react-native-dot-env.git"
},
"keywords": [
"react-native",
"dotenv",
"env",
".env",
"environment",
"variables"
],
"author": "Vojtech Bartos <hi@vojtech.me>",
"license": "MIT",
"dependencies": {
"dotenv": "^4.0.0",
"minimist": "^1.2.0",
"plist": "^2.0.1"
},
"peerDependencies": {
"react-native": "^0.41.2"
}
}