-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.55 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
{
"name": "studiodrm-dashjs",
"version": "1.0.0",
"description": "A basic implementation of the dash.js player with the option to integrate Studio DRM",
"main": "studiodrm-dashjs.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-dashjs.git"
},
"keywords": [
"jwplayer",
"studiodrm",
"dashjs",
"mpeg-dash",
"dash",
"widevine",
"playready"
],
"contributors": [
{
"name": "Rob Mitchell",
"email": "[email protected]"
},
{
"name": "Sam Perriton-Branch",
"email": "[email protected]"
},
{
"name": "Ben Godby",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Vualto/vuplay-dashjs/issues"
},
"homepage": "https://github.com/Vualto/vuplay-dashjs#readme",
"devDependencies": {
"grunt": "^1.3.0",
"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.18.2"
}
}