{
  "name": "splitplayer",
  "author": "Holger Schauf <holger.schauf@gmail.com>",
  "website": "http://player.splitplay.tv",
  "private": false,
  "version": "1.2.2",
  "engines": {
    "node": "4.1.0"
  },
  "description": "SplitPlayer - highly flexible extendable multi video player",
  "keywords": [
    "youtube",
    "player",
    "video",
    "html 5",
    "crosstab",
    "picture in picture",
    "multi video",
    "multiple",
    "simultaneously",
    "player tracking",
    "fullscreen",
    "video timepicker",
    "video sound control",
    "localstorage",
    "javascript",
    "es6"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/fluse/splitplayer"
  },
  "license": "MIT",
  "dependencies": {
    "crosstab": "^0.2.12",
    "domtastic": "^0.12.0",
    "express": "^4.13.3",
    "extend": "^3.0.0",
    "underscore": "^1.8.3"
  },
  "scripts": {
    "prestart": "npm install",
    "start": "node server.js",
    "deploy": "cd scripts/ && sh compile.sh",
    "dev": "nodemon",
    "watch": "grunt watch"
  },
  "main": "dist/splitplayer.js",
  "devDependencies": {
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babelify": "^7.2.0",
    "browserify": "^12.0.1",
    "stringify": "^3.2.0",
    "uglify-js": "^2.6.1",
    "chai": "^3.5.0",
    "grunt-notify": "^0.4.3",
    "jsdom": "^8.1.0",
    "mocha": "^2.4.5",
    "mocha-jsdom": "^1.1.0",
    "grunt": "^0.4.5",
    "grunt-banner": "^0.4.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-uglify": "^0.6.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-shell": "^1.2.1",
    "grunt-string-replace": "^1.2.0",
    "load-grunt-tasks": "^3.3.0"
  },
  "providedServices": {
    "linter": {
      "versions": {
        "1.0.0": "provideLinter"
      }
    }
  },
  "browserify": {
    "transform": [
      "babelify",
      "stringify"
    ]
  }
}
