forked from TheWidlarzGroup/react-native-video-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 917 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
35
36
{
"name": "react-native-video-player",
"version": "0.14.0",
"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": "Corné Dorrestijn <[email protected]>",
"license": "ISC",
"repository": "cornedor/react-native-video-player",
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*",
"react-native-vector-icons": "*",
"react-native-video": "*"
},
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0"
},
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0"
}
}