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