react-native-video/Examples/VideoPlayer/package.json

13 lines
245 B
JSON
Raw Normal View History

{
"name": "VideoPlayer",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.10.0-rc",
"react-native-video": "^0.6.0"
}
}