2016-02-22 22:04:42 +00:00
|
|
|
{
|
2016-05-19 16:32:38 +00:00
|
|
|
"name": "StatusIm",
|
2016-04-04 16:21:10 +00:00
|
|
|
"interface": "reagent",
|
2017-10-19 04:38:20 +00:00
|
|
|
"platforms": {
|
|
|
|
"ios": {
|
|
|
|
"host": "localhost",
|
|
|
|
"modules": []
|
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"host": "10.0.2.2",
|
|
|
|
"modules": []
|
|
|
|
}
|
|
|
|
},
|
2016-02-22 22:04:42 +00:00
|
|
|
"modules": [
|
2016-03-18 12:28:49 +00:00
|
|
|
"realm",
|
2016-04-04 16:21:10 +00:00
|
|
|
"react-native-i18n",
|
|
|
|
"realm/react-native",
|
2016-05-18 14:40:26 +00:00
|
|
|
"dismissKeyboard",
|
2016-11-15 11:43:48 +00:00
|
|
|
"react-native-splash-screen",
|
2016-06-15 07:47:38 +00:00
|
|
|
"react-native-status",
|
2016-06-01 08:41:50 +00:00
|
|
|
"react-native-camera",
|
2016-06-21 12:23:19 +00:00
|
|
|
"react-native-qrcode",
|
2016-07-18 16:29:51 +00:00
|
|
|
"identicon.js",
|
2016-08-01 10:29:10 +00:00
|
|
|
"react-native-fs",
|
|
|
|
"react-native-dialogs",
|
|
|
|
"react-native-image-resizer",
|
2016-08-03 13:15:04 +00:00
|
|
|
"react-native-image-crop-picker",
|
2018-04-11 06:00:48 +00:00
|
|
|
"react-native-securerandom",
|
2016-09-16 15:30:19 +00:00
|
|
|
"react-native-webview-bridge",
|
2017-08-30 09:34:30 +00:00
|
|
|
"react-native-fcm",
|
2016-10-24 20:46:06 +00:00
|
|
|
"homoglyph-finder",
|
|
|
|
"web3",
|
2016-11-21 10:17:42 +00:00
|
|
|
"chance",
|
2017-01-26 07:16:07 +00:00
|
|
|
"instabug-reactnative",
|
2017-02-02 06:07:44 +00:00
|
|
|
"nfc-react-native",
|
2017-06-28 19:36:24 +00:00
|
|
|
"react-native-http-bridge",
|
2017-07-10 10:29:58 +00:00
|
|
|
"emojilib",
|
2017-08-25 15:49:14 +00:00
|
|
|
"react-native-config",
|
2018-01-15 10:04:39 +00:00
|
|
|
"react-native-svg",
|
2018-04-11 06:00:48 +00:00
|
|
|
"react-native-keychain",
|
2018-01-15 10:04:39 +00:00
|
|
|
"rn-snoopy",
|
|
|
|
"rn-snoopy/stream/bars",
|
|
|
|
"rn-snoopy/stream/filter",
|
|
|
|
"rn-snoopy/stream/buffer",
|
2017-12-30 04:35:25 +00:00
|
|
|
"react-native/Libraries/vendor/emitter/EventEmitter",
|
2018-01-09 02:36:48 +00:00
|
|
|
"react-native-background-timer",
|
2018-03-23 14:17:53 +00:00
|
|
|
"react-native-fetch-polyfill",
|
|
|
|
"react-native-testfairy"
|
2016-02-22 22:04:42 +00:00
|
|
|
],
|
|
|
|
"imageDirs": [
|
2017-08-11 09:38:21 +00:00
|
|
|
"resources/images"
|
2016-04-22 16:03:56 +00:00
|
|
|
],
|
2016-04-24 08:07:08 +00:00
|
|
|
"envRoots": {
|
|
|
|
"dev": "env/dev",
|
|
|
|
"prod": "env/prod"
|
|
|
|
}
|
2017-10-19 04:38:20 +00:00
|
|
|
}
|