react-native-video/Examples/VideoPlayer/package.json
2015-12-06 22:25:18 -08:00

13 lines
289 B
JSON

{
"name": "VideoPlayer",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.16.0",
"react-native-video": "brentvatne/react-native-video#feature/android-support"
}
}