mirror of
https://github.com/RamonGebben/getmehigh-native.git
synced 2026-03-10 00:41:16 +00:00
14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"name": "getMeHighMobile",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.17.0",
|
|
"react-native-gmaps": "^1.0.6",
|
|
"react-native-material-kit": "^0.2.5"
|
|
}
|
|
}
|