2015-10-31 19:30:01 +00:00
|
|
|
{
|
|
|
|
"name": "ExampleApp",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-11-01 17:28:44 +00:00
|
|
|
"react-native": "^0.13.2",
|
2015-11-01 18:04:45 +00:00
|
|
|
"react-native-dialogs": "file:///Users/aakashns/workspace/opensource/react-native-dialogs",
|
|
|
|
"react-native-material-kit": "^0.2.2"
|
2015-10-31 19:30:01 +00:00
|
|
|
}
|
|
|
|
}
|