{
  "name": "dashjs",
  "version": "3.0.0",
  "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/config.js selenium=remote app=remote",
    "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",
    "babel-preset-env": "^1.7.0",
    "babelify": "^6.1.0",
    "browserify-derequire": "^0.9.6",
    "bs-html-injector": "^3.0.3",
    "bundle-collapser": "^1.3.0",
    "chai": "^3.4.1",
    "chai-spies": "^1.0.0",
    "grunt": "^1.0.4",
    "grunt-babel": "^6.0.0",
    "grunt-browser-sync": "^2.2.0",
    "grunt-browserify": "^5.3.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-connect": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-uglify": "^4.0.1",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-exorcise": "^2.1.1",
    "grunt-ftp-push": "^1.2.1",
    "grunt-githash": "^0.1.3",
    "grunt-githooks": "^0.6.0",
    "grunt-jscs": "^2.5.0",
    "grunt-jsdoc": "^2.4.0",
    "grunt-mocha-istanbul": "^5.0.2",
    "grunt-string-replace": "^1.3.1",
    "ink-docstrap": "^1.3.2",
    "intern": "3.4.6",
    "iron-mocha": "^1.0.3",
    "iron-node": "^3.0.23",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.6.2",
    "jsdom": "^13.2.0",
    "load-grunt-tasks": "^4.0.0",
    "mocha": "^2.3.4",
    "sinon": "^7.3.2",
    "time-grunt": "^2.0.0",
    "uglify-js": "^3.6.0"
  },
  "dependencies": {
    "codem-isoboxer": "0.3.6",
    "fast-deep-equal": "2.0.1",
    "imsc": "^1.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Dash-Industry-Forum/dash.js.git"
  },
  "author": "Dash Industry Forum",
  "license": "BSD-3-Clause"
}
