2016-12-06 00:57:59 +01:00

15 lines
314 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.4.1",
"react-native": "^0.38.1",
"react-native-image-crop-picker": "../",
"react-native-video": "^0.9.0"
}
}