{
  "name": "kurento-group-call-example",
  "version": "0.0.1",
  "description": "Simple javascript library used to initiate a group call (many to many video and audio call) using Kurento Media Server",
  "main": "server.js",
  "private": false,
  "scripts": {
    "postinstall": "cd static && bower install",
    "start": "supervisor app",
    "test": "mocha -w backend/test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dragosch/kurento-group-call.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/dragosch/kurento-group-call/blob/master/LICENSE"
    }
  ],
  "dependencies": {
    "async": "~0.9.0",
    "cookie-parser": "^1.3.5",
    "express": "~4.12.3",
    "express-session": "^1.11.3",
    "kurento-client": "5.1.0",
    "kurento-group-call": "0.0.1",
    "waitfor": "^0.1.3"
  },
  "devDependencies": {
    "bower": "^1.3.12",
    "grunt": "^0.4.5",
    "grunt-browserify": "~3.7.0",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-githooks": "^0.3.1",
    "grunt-jsbeautifier": "^0.2.10",
    "grunt-jscoverage": "^0.1.3",
    "grunt-jsdoc": "^0.6.3",
    "grunt-npm2bower-sync": "^0.8.1",
    "grunt-shell": "^1.1.2",
    "qunitjs": "^1.18.0",
    "minimist": "^1.1.0",
    "mocha": "^2.2.5",
    "should": "^6.0.3",
    "socket.io": "^1.3.5"
  },
  "bugs": {
    "url": "https://github.com/dragosch/kurento-group-call/issues"
  },
  "homepage": "https://github.com/dragosch/kurento-group-call",
  "directories": {
    "example": "example"
  },
  "keywords": [
    "Kurento",
    "WebRTC",
    "video",
    "audio"
  ],
  "author": "Alexander Dragosch <alexander.dragosch@googlemail.com>",
  "license": "MIT"
}
