15 lines
368 B
JSON
Raw Normal View History

2016-05-18 12:07:36 +02:00
{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "16.3.2",
"react-native": "0.55.4",
2016-09-11 21:37:40 +02:00
"react-native-image-crop-picker": "../",
2017-01-19 23:43:22 +01:00
"react-native-video": "git://github.com/react-native-community/react-native-video.git"
2016-05-18 12:07:36 +02:00
}
}