status-react/.re-natal

31 lines
730 B
Plaintext
Raw Normal View History

2016-02-23 01:04:42 +03:00
{
2016-05-19 18:32:38 +02:00
"name": "StatusIm",
2016-04-04 19:21:10 +03:00
"interface": "reagent",
2016-06-08 15:29:48 +02:00
"androidHost": "10.0.3.2",
2016-02-23 01:04:42 +03:00
"modules": [
2016-02-26 12:22:25 +03:00
"react-native-contacts",
2016-03-04 00:20:37 +03:00
"react-native-invertible-scroll-view",
2016-03-11 19:04:12 +03:00
"awesome-phonenumber",
2016-03-18 15:28:49 +03:00
"realm",
"react-native-loading-spinner-overlay",
2016-04-04 19:21:10 +03:00
"react-native-i18n",
"realm/react-native",
"react-native-action-button",
"react-native-vector-icons/Ionicons",
"react-native-circle-checkbox",
2016-04-19 11:07:07 +03:00
"react-native-randombytes",
2016-05-18 17:40:26 +03:00
"dismissKeyboard",
"react-native-linear-gradient",
2016-06-01 11:41:50 +03:00
"react-native-android-sms-listener",
"react-native-camera",
"react-native-qrcode"
2016-02-23 01:04:42 +03:00
],
"imageDirs": [
"images"
2016-04-22 23:03:56 +07:00
],
"iosHost": "localhost",
"envRoots": {
"dev": "env/dev",
"prod": "env/prod"
}
2016-02-23 01:04:42 +03:00
}