react-native-video/Examples/VideoPlayer/package.json
2016-09-19 20:46:15 -04:00

14 lines
265 B
JSON

{
"name": "VideoPlayer",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react": "15.3.1",
"react-native": "^0.33.0",
"react-native-video": "../../"
}
}