Files
2016-11-16 00:35:18 +08:00

14 lines
278 B
JSON

{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "15.3.1",
"react-native": "0.32.1",
"react-native-google-place-picker": "../"
}
}