forked from jplayer/jPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 927 Bytes
/
bower.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
42
{
"name": "jPlayer",
"version": "2.9.2",
"description": "The jQuery HTML5 Audio / Video Library. Allows you to create a media player with a consistent interface and experience across all browsers.",
"author": {
"name": "Mark J Panaghiston",
"email": "[email protected]",
"homepage": "http://happyworm.com/"
},
"homepage": "http://jplayer.org/",
"keywords": [
"jquery-plugin",
"audio",
"video",
"media",
"player",
"jplayer"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/happyworm/jPlayer.git"
},
"main": [
"./dist/jplayer/jquery.jplayer.js",
"./dist/jplayer/jquery.jplayer.swf",
"./dist/skin/pink.flag/jplayer.pink.flag.css",
"./dist/skin/pink.flag/mustache/jplayer.pink.flag.audio.single.html"
],
"ignore": [
"artwork",
"examples",
"lib",
"src",
"**/*.md",
"**/*.txt",
"Gruntfile.js"
],
"dependencies": {
"jquery": ">=1.7.2"
}
}