forked from quipper/react-native-brightcove-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 697 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 697 Bytes
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
{
"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"
}
}