forked from dsheiko/PragmaticPlayerJs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 727 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "PragmaticPlayerJs",
"title": "Easy-to-customize responsive player for embedded Youtube or HTML5 videos",
"version": "0.2",
"author": "Dmitry Sheiko",
"description": "This player has adapters for Youtube and HTML video APIs. So you can use it as customizable Youtube player or as HTML video player with fallback to Youtube player if the user browser doesn't support HTML5 video element.",
"homepage": "http://demo.dsheiko.com/pplayer/",
"licenses": [
{
"type": "MIT"
}],
"repository": {
"type": "git",
"url": "https://github.com/dsheiko/PragmaticPlayerJs"
},
"main": "./pplayer/js/jquery.pplayer.js",
"dependencies": {
"jquery" : "jquery.com"
},
"engines": {
}
}