react-native-video/Examples/VideoPlayer/package.json
2016-04-12 14:31:05 -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": "^0.14.8",
"react-native": "0.23.0",
"react-native-video": "../../"
}
}