forked from bitmovin/bitmovin-player-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "bitmovin-player-ui",
"version": "3.11.0",
"description": "Bitmovin Player UI Framework",
"main": "./dist/js/framework/main.js",
"types": "./dist/js/framework/main.d.ts",
"scripts": {
"test": "npx jest",
"prepublish": "gulp npm-prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitmovin/bitmovin-player-ui.git"
},
"author": "Bitmovin",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitmovin/bitmovin-player-ui/issues"
},
"homepage": "https://github.com/bitmovin/bitmovin-player-ui#readme",
"devDependencies": {
"@types/jest": "^24.0.11",
"autoprefixer": "^6.5.2",
"bitmovin-player": "^8.28.0",
"browser-sync": "^2.26.3",
"browserify": "^13.1.1",
"cssnano": "^3.8.0",
"del": "^2.2.2",
"gulp": "^4.0.0",
"gulp-css-base64": "^1.3.4",
"gulp-header": "^2.0.5",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.6.1",
"gulp-sass": "^4.0.1",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^3.2.4",
"gulp-uglify": "^2.0.0",
"jest": "^24.7.1",
"merge2": "^1.2.2",
"postcss-svg": "^1.0.6",
"stream-combiner2": "^1.1.1",
"ts-jest": "^24.0.2",
"tsify": "^2.0.2",
"tslint": "^5.11.0",
"typescript": "^3.4.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1",
"yargs": "^12.0.2"
}
}