package.json
744 Bytes
{
"name": "videojs-contrib-hls",
"version": "0.1.0",
"engines": {
"node": ">= 0.8.0"
},
"license": "Apache 2",
"scripts": {
"test": "grunt qunit",
"prepublish": "npm run peg",
"peg": "pegjs --track-line-and-column src/m3u8/m3u8.pegjs src/m3u8/m3u8-generated.js",
"testpeg": "npm run peg && node test/pegtest.js"
},
"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": "~0.4.1",
"pegjs": "~0.7.0"
},
"dependencies": {
"video.js": "~4.2.2",
"videojs-contrib-media-sources": "0.0.0"
}
}