react-native-video-fullscreen
Version:
A <Video /> element for react-native with fullscreen mode
29 lines (27 loc) • 689 B
JSON
{
"name": "react-native-video-fullscreen",
"version": "0.0.1",
"description": "A <Video /> element for react-native with fullscreen mode",
"main": "Video.js",
"license": "MIT",
"author": "Len Chen<next_100@sina.com> (https://github.com/12d)",
"contributors": [
],
"repository": {
"type": "git",
"url": "git@github.com:12d/react-native-video-fullscreen.git"
},
"devDependencies": {
"jest-cli": "0.2.1",
"eslint": "1.10.3",
"babel-eslint": "5.0.0-beta8",
"eslint-plugin-react": "3.16.1",
"eslint-config-airbnb": "4.0.0"
},
"dependencies": {
"keymirror": "0.1.1"
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"
}
}