forked from videojs/videojs-playlist-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.52 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
{
"name": "videojs-playlist-ui",
"version": "3.0.3",
"author": "Brightcove",
"description": "A playlist video picker for video.js",
"main": "es5/videojs-playlist-ui.js",
"license": "Apache-2.0",
"keywords": [
"videojs-plugin",
"playlist",
"videojs"
],
"scripts": {
"test": "grunt test",
"prepublish": "grunt build:dist"
},
"repository": {
"type": "git",
"url": "https://github.com/brightcove/videojs-playlist-ui"
},
"dependencies": {
"video.js": "^5.2.0"
},
"devDependencies": {
"autoprefixer-core": "^5.1.8",
"babel": "^5.8.38",
"babelify": "^5.0.4",
"browserify": "^9.0.3",
"browserify-shim": "^3.8.12",
"grunt": "^0.4.0",
"grunt-browserify": "^3.5.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.4",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^0.11",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.4",
"grunt-karma": "^2.0.0",
"grunt-postcss": "^0.3.0",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-detect-browsers": "^2.2.4",
"karma-firefox-launcher": "^1.0.0",
"karma-opera-launcher": "^1.0.0",
"karma-qunit": "^1.2.1",
"karma-safari-launcher": "^1.0.0",
"load-grunt-tasks": "^3.1.0",
"postcss-pseudoelements": "^2.1.1",
"qunitjs": "^1.12",
"shelljs": "^0.7.0",
"shelljs-nodecli": "^0.1.1",
"videojs-playlist": "^3.0.0"
},
"browserify-shim": {
"video.js": "global:videojs"
}
}