{
  "name": "webrtcdevelopment",
  "version": "6.19.9",
  "description": "webrtc based communication and collaboration client. Contains lot of experiments modules",
  "engines": {
    "node": "12.*"
  },
  "dependencies": {
    "dotenv": "^10.0.0",
    "gulp": "^4.0.2",
    "gulp-babel-minify": "^0.5.1",
    "gulp-clean-css": "^4.3.0",
    "gulp-concat": "^2.6.1",
    "gulp-header": "^2.0.9",
    "gulp-replace": "^1.1.3",
    "gulp-rev-timestamp": "^0.0.1",
    "gulp-sourcemaps": "^3.0.0",
    "log": "^1.4.0",
    "node": "^13.14.0",
    "redis": "^3.1.2",
    "redis-server": "^1.2.2",
    "remodal": "^1.1.1",
    "restify": "^8.5.1",
    "socket.io": "^2.3.0"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^5.15.3",
    "@fortawesome/fontawesome-svg-core": "^1.2.35",
    "apidoc": "^0.25.0",
    "bootstrap": "^4.6.0",
    "chai": "^4.3.4",
    "del": "^5.1.0",
    "font-awesome": "*",
    "glyphicons": "*",
    "jquery": "^3.6.0",
    "jquery-ui": "*",
    "jshint": "^2.12.0",
    "load-grunt-tasks": "3.4.0",
    "mocha": "^7.2.0",
    "readable-stream": "^3.6.0",
    "script-loader": "^0.7.2",
    "string-replace-loader": "^2.3.0"
  },
  "jshintConfig": {
    "undef": true,
    "unused": true,
    "esversion": 6,
    "node": true,
    "debug": true,
    "browser": true,
    "devel": true,
    "jquery": true,
    "globals": {
      "MY_GLOBAL": true,
      "$": true,
      "webrtcdev": true
    }
  },
  "main": "./build/webrtcdevelopmentServer.js",
  "scripts": {
    "build": "gulp production",
    "test": "NODE_ENV=test mocha --timeout 12000 test --exit",
    "run": "node test/webrtcserver.js",
    "prestart": "apidoc -v -i client/src -e node_modules/  -o docs",
    "start": "supervisor -i ./public/ test/webrtcserver.js"
  },
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/altanai/webrtc.git"
  },
  "keywords": [
    "webrtc",
    "webrtcdevelopment",
    "no-sip-webrtc",
    "webrtc-on-websocket",
    "tfx",
    "websocket-signalling",
    "peerconnection",
    "datachannel",
    "webrtc-screenshare",
    "webrtc-screenrceord",
    "webrtc-draw",
    "webrtc-augmentedreality",
    "webrtc-computervision",
    "webrtc-codecollaborator",
    "communication",
    "webcall",
    "realtime",
    "communication graphs"
  ],
  "author": "altanai <tara181989@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/altanai/webrtc/issues"
  },
  "homepage": "https://github.com/altanai/webrtc#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org "
  }
}
