forked from podlove/podlove-web-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.1 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "podlovewebplayer",
"title": "PodloveWebPlayer",
"description": "a Podcast-optimized, HTML5-based video and audio player with Flash fallback. It can be used as a WordPress plugin or within a static HTML/JavaScript context.",
"license": "BSD-2-Clause",
"version": "3.0.0",
"homepage": "https://github.com/podlove/podlove-web-player",
"contributors": [
{
"name": "Gerrit van Aaken",
"email": "[email protected]",
"url": "http://praegnanz.de"
},
{
"name": "Simon Waldherr",
"email": "[email protected]",
"url": "http://simon.waldherr.eu/"
},
{
"name": "Frank Hase"
},
{
"name": "Eric Teubert"
},
{
"name": "Juri Leino",
"email": "[email protected]",
"url": "http://line-o.de/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/podlove/podlove-web-player.git"
},
"bugs": {
"url": "https://github.com/podlove/podlove-web-player/issues"
},
"licenses": [
{
"type": "BSD 2-Clause License",
"url": "http://opensource.org/licenses/BSD-2-Clause"
}
],
"keywords": [
"podcasting",
"podlove",
"html5audio",
"audio",
"video",
"podcast",
"player"
],
"devDependencies": {
"browser-sync": "^2.10.0",
"browserify": "^10.2.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^0.0.7",
"gulp-browserify": "^0.5.1",
"gulp-cache": "^0.2.2",
"gulp-clean": "^0.3.0",
"gulp-concat": "^2.2.0",
"gulp-eslint": "^0.2.0",
"gulp-imagemin": "^0.6.1",
"gulp-jshint": "^1.8.3",
"gulp-minify-css": "^0.3.4",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^0.3.0",
"jasmine-core": "^2.3.4",
"karma": "^0.12.31",
"karma-browserify": "^4.1.2",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"loglevel": "^1.4.0"
}
}