forked from jplayer/jPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 KB
/
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
42
43
44
45
{
"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.",
"organization": "Happyworm Ltd",
"author": {
"name": "Mark J Panaghiston",
"email": "markp@happyworm.com",
"url": "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"
},
"bugs": "https://github.com/happyworm/jPlayer/issues",
"github": "http://github.com/happyworm/jPlayer",
"main": "dist/jplayer/jquery.jplayer.js",
"files": [
"dist"
],
"dependencies": {
"jquery": ">1.7.0"
},
"devDependencies": {
"flex-sdk": "~4.6.0-0",
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.6.0",
"grunt-mxmlc": "~0.5.2"
}
}