-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
58 lines (58 loc) · 1.9 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "jquery.mb.miniaudioplayer",
"title": "jquery.mb.miniAudioPlayer",
"description": "This plugin let you add a minimal full featured player that takes advantage of the new HTML5 AUDIO tag with a flash fallback for browsers that don't support it. It is built on the jPlayer library",
"keywords": [
"jquery-plugin",
"audio",
"HTML5",
"player",
"jPlayer"
],
"version": "1.8.7",
"author": "Pupunzi <[email protected]> (Matteo Bicocchi)",
"maintainers": [
"Pupunzi <[email protected]> (Matteo Bicocchi)"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pupunzi/jquery.mb.miniAudioPlayer/blob/master/licenses/GPL-LICENSE.txt"
},
{
"type": "GPL",
"url": "https://github.com/pupunzi/jquery.mb.miniAudioPlayer/blob/master/licenses/GPL-LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/pupunzi/jquery.mb.miniAudioPlayer/issues"
},
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-miniaudioplayer/",
"demo": "http://pupunzi.com/#mb.components/mb.miniAudioPlayer/miniAudioPlayer.html",
"docs": "https://github.com/pupunzi/jquery.mb.miniAudioPlayer/wiki",
"download": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-miniaudioplayer/",
"dependencies": {
"jquery": ">=1.8"
},
"main": "src/jquery.mb.miniPlayer.src.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pupunzi/jquery.mb.miniAudioPlayer"
},
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-build-number": "^1.0.0",
"grunt-bump": "^0.3.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-include-replace": "^3.0.0"
},
"buildnum": "49926"
}