forked from quipper/react-native-brightcove-player
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 928 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-ima-player",
"version": "1.10.0",
"description": "A React Native implementation of Brightcove Player SDK.",
"main": "index.js",
"scripts": {
"post-patch": "npm version patch && git push origin --all && git push origin --tags && npm publish",
"post-minor": "npm version minor && git push origin --all && git push origin --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git@github.com:NZME/react-native-brightcove-player.git"
},
"bugs": {
"url": "https://github.com/NZME/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/NZME/react-native-brightcove-player",
"dependencies": {
"prop-types": "^15.5.10"
}
}