forked from prsuhas-zz/cordova-plugin-streaming-media-secure
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 857 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
{
"name": "cordova-plugin-streaming-media-secure",
"version": "2.3.1",
"description": "This plugin allows you to stream audio and secure video in a fullscreen, native player on Android and iOS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prsuhas/cordova-plugin-streaming-media-secure.git"
},
"keywords": [
"media",
"streaming",
"secure",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-fireos"
],
"author": "Nicholas Hutchind, Stuart McCamley & Suhas P R",
"license": "MIT",
"bugs": {
"url": "https://github.com/prsuhas/cordova-plugin-streaming-media-secure/issues"
},
"homepage": "https://github.com/prsuhas/cordova-plugin-streaming-media-secure#readme"
}