-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 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
57
58
59
{
"name": "vuplay-bitmovin",
"version": "1.0.0",
"description": "A basic implementation of the Bitmovin player with the option to integrate VUDRM",
"main": "vuplay-bitmovin.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-bitmovin.git"
},
"keywords": [
"vualto",
"vuplay",
"vudrm",
"bitmovin",
"mpeg-dash",
"dash",
"hls",
"fairplay",
"widevine",
"playready"
],
"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": "ISC",
"bugs": {
"url": "https://github.com/Vualto/vuplay-bitmovin/issues"
},
"homepage": "https://github.com/Vualto/vuplay-bitmovin#readme",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"prettier": "^1.16.4"
}
}