forked from itsnubix/react-native-video-controls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 822 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "react-native-video-controls",
"version": "2.7.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"
}
}