UNPKG

react-native-video-controls

Version:

A set of GUI controls for the react-native-video component

34 lines (33 loc) 822 B
{ "name": "react-native-video-controls", "version": "2.8.1", "description": "A set of GUI controls for the react-native-video component", "license": "MIT", "main": "VideoPlayer.js", "keywords": [ "react-native", "react-native-video", "react video controls", "react video player" ], "scripts": { "lint": "eslint .", "test": "echo \"No test specified\" && exit 1" }, "author": "Nubix (https://github.com/itsnubix)", "repository": { "type": "git", "url": "git@github.com:itsnubix/react-native-video-controls.git" }, "dependencies": { "lodash": "^4.16.4" }, "peerDependencies": { "react-native": ">=0.46.0", "react-native-video": ">=2.0.0" }, "devDependencies": { "@react-native-community/eslint-config": "^0.0.5", "eslint": "^6.5.1" } }