15 lines
314 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": {
2016-12-06 00:57:43 +01:00
"react": "^15.4.1",
"react-native": "^0.38.1",
2016-09-11 21:37:40 +02:00
"react-native-image-crop-picker": "../",
"react-native-video": "^0.9.0"
2016-05-18 12:07:36 +02:00
}
}