2015-04-08 13:01:10 -06:00
|
|
|
{
|
|
|
|
"name": "VideoPlayer",
|
2016-01-31 20:35:18 -07:00
|
|
|
"version": "1.0.0",
|
2015-04-08 13:01:10 -06:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-01-11 05:43:43 -07:00
|
|
|
"react": "15.4.2",
|
2017-03-21 14:25:46 -06:00
|
|
|
"react-native": "^0.42.0",
|
2016-11-09 12:31:42 -07:00
|
|
|
"react-native-video": "file:../",
|
2017-03-21 14:25:46 -06:00
|
|
|
"react-native-windows": "^0.40.0"
|
2016-11-09 12:31:42 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-01-11 05:51:45 -07:00
|
|
|
"rnpm-plugin-windows": "~0.2.3"
|
2015-04-08 13:01:10 -06:00
|
|
|
}
|
|
|
|
}
|