forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "2.0.0-beta3",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
{
"name": "Joey Parrish",
"email": "[email protected]"
}
],
"devDependencies": {
"htmlhint": "0.9.12",
"in-publish": "2.x",
"jasmine-ajax": "3.2.x",
"jasmine-core": "2.4.x",
"karma": "~1.1.2",
"karma-chrome-launcher": "~1.0.1",
"karma-coverage": "~1.1.1",
"karma-firefox-launcher": "~1.0.0",
"karma-ie-launcher": "~1.0.0",
"karma-jasmine": "~1.0.2",
"karma-jasmine-ajax": "~0.1.13",
"karma-opera-launcher": "~1.0.0",
"karma-safari-launcher": "~1.0.0",
"karma-spec-reporter": "~0.0.26",
"karma-webdriver-launcher": "~1.0.4",
"requirejs": "2.x",
"rimraf": "2.x",
"sprintf-js": "1.x"
},
"main": "dist/shaka-player.compiled.js",
"repository": {
"type": "git",
"url": "https://github.com/google/shaka-player.git"
},
"bugs": {
"url": "https://github.com/google/shaka-player/issues"
},
"license": "Apache-2.0",
"scripts": {
"prepublish": "in-publish && python ./build/checkversion.py && python ./build/all.py || not-in-publish"
}
}