UNPKG

@l5i/dashjs

Version:

A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.

70 lines (69 loc) 2.41 kB
{ "name": "@l5i/dashjs", "version": "2.9.2", "description": "A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.", "main": "build/es5/index.js", "types": "build/typings/index.d.ts", "scripts": { "build": "grunt", "debug-mocha": "iron-node node_modules/mocha/bin/_mocha --require mochahook", "test": "mocha test/unit --require mochahook", "test-functional": "node node_modules/intern/runner.js config=test/functional/testsCommon.js browsers=$BROWSER selenium=remote app=remote_all && node node_modules/intern/runner.js config=test/functional/testsCommon.js browsers=$BROWSER selenium=remote app=remote_mss", "dev": "grunt dev", "prepublish": "grunt githooks", "prepublishOnly": "grunt prepublish", "debug": "iron-mocha --require mochahook", "coverage": "istanbul cover node_modules/mocha/bin/_mocha --require mochahook -- test/" }, "devDependencies": { "babel": "^5.3.1", "babelify": "^6.1.0", "browserify-derequire": "^0.9.4", "bs-html-injector": "^3.0.3", "bundle-collapser": "^1.2.1", "chai": "^3.4.1", "chai-spies": "^0.7.1", "grunt": "^0.4.5", "grunt-babel": "^5.0.3", "grunt-browser-sync": "^2.2.0", "grunt-browserify": "^4.0.0", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-connect": "^0.10.1", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", "grunt-exorcise": "^2.1.0", "grunt-ftp-push": "^1.2.1", "grunt-githash": "^0.1.3", "grunt-githooks": "^0.5.0", "grunt-jscs": "^2.5.0", "grunt-jsdoc": "^0.6.0", "grunt-mocha-istanbul": "^3.0.1", "grunt-string-replace": "^1.3.1", "ink-docstrap": "^1.1.1", "intern": "^3.2.3", "iron-mocha": "^1.0.3", "iron-node": "^3.0.15", "istanbul": "^0.4.1", "jsdoc": "^3.4.0", "jsdom": "^11.5.1", "load-grunt-tasks": "^3.1.0", "mocha": "^2.3.4", "sinon": "^1.17.2", "time-grunt": "^1.2.0", "uglify-js": "^2.4.21" }, "dependencies": { "codem-isoboxer": "0.3.6", "fast-deep-equal": "1.1.0", "imsc": "^1.0.1-rc.2" }, "repository": { "type": "git", "url": "https://github.com/Dash-Industry-Forum/dash.js.git" }, "author": "Dash Industry Forum", "license": "BSD-3-Clause" }