forked from frankyghost/projekktor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.41 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
{
"name": "projekktor",
"title": "Projekktor",
"description": "Video (and audio) player for the web, written in JavaScript",
"version": "1.9.9",
"homepage": "http://www.projekktor.com",
"author": {
"name": "Sascha Kluger, Spinning Airwhale Media",
"url": "http://www.spinningairwhale.com"
},
"contributors": [
{
"name": "Radosław Włodkowski",
"email": "radoslaw@wlodkowski.net",
"url": "http://www.wlodkowski.net"
}
],
"repository": {
"type": "git",
"url": "https://github.com/frankyghost/projekktor.git"
},
"licenses": [
{
"type": "GNU General Public License",
"url": "http://www.projekktor.com/license.php"
}
],
"scripts": {
"build": "grunt",
"start": "grunt preview",
"platforms": "grunt platforms",
"bump-version": "grunt bump"
},
"dependencies": {
"core-js": "^3.11.1",
"dashjs": "^3.2.2",
"hls.js": "^1.0.2",
"jquery": "^3.6.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"grunt": "^1.4.0",
"grunt-browser-sync": "^2.2.0",
"grunt-bump": "^0.8.0",
"grunt-compare-size": "^0.4.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-lineending": "^1.0.0",
"gzip-js": "^0.3.2"
},
"keywords": []
}