2016-02-22 22:04:42 +00:00
|
|
|
{
|
2016-05-19 16:32:38 +00:00
|
|
|
"name": "StatusIm",
|
2016-02-22 22:04:42 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-24 08:07:08 +00:00
|
|
|
"awesome-phonenumber": "^1.0.13",
|
2016-06-21 12:23:19 +00:00
|
|
|
"identicon.js": "github:status-im/identicon.js",
|
2016-04-24 08:23:17 +00:00
|
|
|
"react": "^0.14.5",
|
2016-04-24 08:07:08 +00:00
|
|
|
"react-native": "^0.24.1",
|
|
|
|
"react-native-action-button": "^1.1.4",
|
2016-05-18 14:40:26 +00:00
|
|
|
"react-native-android-sms-listener": "^0.1.3",
|
2016-06-01 08:41:50 +00:00
|
|
|
"react-native-camera": "github:codyhazelwood/react-native-camera",
|
2016-04-04 16:21:10 +00:00
|
|
|
"react-native-circle-checkbox": "^0.1.3",
|
2016-04-24 08:07:08 +00:00
|
|
|
"react-native-contacts": "^0.2.4",
|
2016-02-23 22:01:59 +00:00
|
|
|
"react-native-i18n": "0.0.8",
|
2016-04-24 08:07:08 +00:00
|
|
|
"react-native-invertible-scroll-view": "^1.0.0",
|
2016-06-21 11:46:46 +00:00
|
|
|
"react-native-linear-gradient": "1.5.7",
|
2016-04-24 08:07:08 +00:00
|
|
|
"react-native-loading-spinner-overlay": "0.0.8",
|
2016-06-01 08:41:50 +00:00
|
|
|
"react-native-qrcode": "^0.2.2",
|
2016-06-16 13:30:24 +00:00
|
|
|
"react-native-randombytes": "^2.1.0",
|
2016-04-24 08:07:08 +00:00
|
|
|
"react-native-vector-icons": "^1.3.4",
|
2016-06-21 09:03:39 +00:00
|
|
|
"react-native-orientation": "^1.17.0",
|
2016-06-09 09:49:02 +00:00
|
|
|
"realm": "^0.11.1",
|
|
|
|
"react-native-status": "git+ssh://git@github.com/status-im/react-native-status"
|
2016-02-22 22:04:42 +00:00
|
|
|
}
|
|
|
|
}
|