1{
2    "name": "happyworm/jplayer",
3    "description": "jPlayer allows you to create a media player with a consistent interface and experience across all browsers.",
4    "type": "component",
5    "homepage": "http://jplayer.org/",
6    "license": "MIT",
7    "keywords": [
8        "audio",
9        "video",
10        "media",
11        "player",
12        "jplayer",
13        "html5",
14        "streaming"
15    ],
16    "authors": [
17        {
18            "name": "Mark J Panaghiston",
19            "email": "markp@happyworm.com"
20        }
21    ],
22    "require": {
23        "robloach/component-installer": "*"
24    },
25    "suggest": {
26        "components/jquery": ">=1.7.2"
27    },
28    "extra": {
29        "component": {
30            "scripts": [
31                "dist/jplayer/jquery.jplayer.js"
32            ],
33            "files": [
34                "dist"
35            ],
36            "shim": {
37                "deps": ["jquery"]
38            }
39        }
40    }
41}