forked from EndemolShineGroup/react-native-video-with-ads
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.56 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@endemolshinegroup/react-native-video-with-ads",
"version": "0.0.1",
"description": "A <Video /> element for react-native, with Ad support",
"main": "Video.js",
"license": "MIT",
"author": "Brent Vatne <[email protected]> (https://github.com/brentvatne)",
"contributors": [
{
"name": "Isaiah Grey",
"email": "[email protected]"
},
{
"name": "Johannes Lumpe",
"email": "[email protected]"
},
{
"name": "Baris Sencan",
"email": "[email protected]"
},
{
"name": "Hampton Maxwell",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:EndemolShineGroup/react-native-video-with-ads.git"
},
"devDependencies": {
"babel-eslint": "5.0.0-beta8",
"eslint": "1.10.3",
"eslint-config-airbnb": "4.0.0",
"eslint-plugin-react": "3.16.1"
},
"dependencies": {
"keymirror": "0.1.1",
"prop-types": "^15.5.10",
"semantic-release": "^15.9.16"
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"
},
"rnpm": {
"android": {
"sourceDir": "./android-exoplayer"
}
},
"files": [
"android-exoplayer",
"android",
"ios",
"windows",
"TextTrackType.js",
"react-native-video.podspec",
"VideoResizeMode.js"
],
"publishConfig": {
"access": "public"
}
}