-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.76 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": "vuplay-native-hls-fairplay",
"version": "1.0.0",
"description": "A basic implementation of VUDRM using fairplay and dash with the native video element",
"main": "vuplay-native-hls-fairplay.js",
"scripts": {
"build": "grunt build && grunt serve",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,scss,md,html}\"",
"format:check": "prettier --list-different \"**/*.{ts,tsx,js,jsx,json,css,scss,md,html}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vualto/vuplay-native-hls-fairplay.git"
},
"keywords": [
"vualto",
"vuplay",
"vudrm",
"video",
"native",
"hls",
"fairplay"
],
"contributors": [
{
"name": "Mark Niland",
"email": "[email protected]",
"url": "https://github.com/maniland"
},
{
"name": "Lorenzo Koundouris",
"email": "[email protected]",
"url": "https://github.com/lorenzo-vualto"
},
{
"name": "Stefano Nepa",
"email": "[email protected]",
"url": "https://github.com/stefanovualto"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Vualto/vuplay-native-hls-fairplay/issues"
},
"homepage": "https://github.com/Vualto/vuplay-native-hls-fairplay#readme",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"prettier": "^1.19.1"
}
}