forked from TheWidlarzGroup/react-native-video-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 861 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
34
{
"name": "react-native-video-player",
"version": "0.11.1",
"description": "A video player for React Native with controls",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"keywords": [
"react-component",
"react-native",
"ios",
"android"
],
"author": "OpenSpace Labs, Inc",
"license": "ISC",
"repository": "openspacelabs/react-native-video-player",
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*",
"react-native-video": "^2.0.0"
},
"devDependencies": {
"eslint": "^8.1.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"prettier": "^2.4.1"
}
}