forked from pankaj-pp/react-native-brightcove-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 977 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
{
"name": "react-native-brightcove-player",
"version": "1.6.5",
"description": "A React Native implementation of Brightcove Player SDK.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:manse/react-native-brightcove-player.git"
},
"bugs": {
"url": "https://github.com/manse/react-native-brightcove-player/issues"
},
"keywords": [
"react-native",
"ios",
"android",
"brightcove",
"react-component"
],
"author": "Ryota Mannari <info@manse.jp> (https://github.com/manse)",
"license": "MIT",
"homepage": "https://github.com/manse/react-native-brightcove-player",
"dependencies": {
"prop-types": "^15.5.10",
"react-native-orientation": "^3.1.3",
"react-native-slider": "https://github.com/vikasd11/react-native-slider.git",
"react-native-vector-icons": "^6.6.0",
"@react-native-community/slider": "git://github.com/shwetsolanki/react-native-slider.git#feat/slider-track"
}
}