{
  "name": "stream-centre-player",
  "version": "0.0.19",
  "description": "Dash.js wrapper for easy-peasy usage",
  "main": "dist/dist/player.js",
  "scripts": {
    "test": "karma start karma.conf.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qoollo/stream-centre-player.git"
  },
  "keywords": [
    "dash.js",
    "mpeg-dash",
    "player",
    "video"
  ],
  "author": "Alexander Pavlyuk",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/qoollo/stream-centre-player/issues"
  },
  "homepage": "https://github.com/qoollo/stream-centre-player#readme",
  "devDependencies": {
    "browser-sync": "^2.13.0",
    "browserify": "^13.1.0",
    "browserify-shim": "^3.8.12",
    "express": "^4.14.0",
    "gulp": "^3.9.1",
    "gulp-bump": "^2.4.0",
    "gulp-clean": "^0.3.2",
    "gulp-replace": "^0.5.4",
    "gulp-typescript": "^2.13.6",
    "gulp-util": "^3.0.7",
    "nuget": "github:debben/node-nuget",
    "run-sequence": "^1.2.2",
    "tsify": "^1.0.3",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.7.0"
  },
  "dependencies": {
    "dashjs": "^2.2.0"      
  },
  "browser": {
    "dashjs": "dashjs/dist/dash.all.min.js"
  },
  "browserify-shim": {
    "dashjs": "dashjs"
  }
}
