forked from jackzhang1204/sewise-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 894 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "Sewise Player",
"version": "1.0.0",
"description": "The HTML5 Video Player Framework",
"homepage": "http://player.sewise.com/",
"keywords": [
"html5",
"skins",
"video",
"player",
"web player",
"vod player",
"live player",
"html5 player",
"flash player",
"sewise player",
"html5 css skins",
"free html5 player",
"javascript player",
"stream media player",
"opensource html5 player"
],
"dependencies": {
"jquery": ">1.6.0",
"sewise server": ">1.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jackzhang1204/sewise-player.git"
}
],
"github": "https://github.com/jackzhang1204/sewise-player",
"main": "player/sewise.player.min.js"
}