You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
877 B
35 lines
877 B
{
|
|
"name": "videojs-contrib-hls",
|
|
"version": "0.3.2",
|
|
"engines": {
|
|
"node": ">= 0.10.12"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:videojs/videojs-contrib-hls.git"
|
|
},
|
|
"license": "Apache 2",
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-jshint": "~0.6.0",
|
|
"grunt-contrib-qunit": "~0.2.0",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-uglify": "~0.2.0",
|
|
"grunt-contrib-watch": "~0.4.0",
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
"grunt-contrib-connect": "~0.6.0",
|
|
"grunt-concurrent": "0.4.3",
|
|
"grunt-open": "0.2.3",
|
|
"grunt-shell": "0.6.1",
|
|
"grunt": "~0.4.1",
|
|
"video.js": "^4.5"
|
|
},
|
|
"peerDependencies": {
|
|
"video.js": "^4.5"
|
|
},
|
|
"dependencies": {
|
|
"videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git"
|
|
}
|
|
}
|