{
  "name": "zdpjs_webrtc",
  "version": "0.1.2",
  "homepage": "https://github.com/zhangdapeng520/zdpjs_webrtc",
  "author": "张大鹏 <lxgzhw@163.com>",
  "description": "基于easyrtc二次开发的webrtc框架",
  "contributors": [
    "张大鹏 <lxgzhw@163.com>"
  ],
  "keywords": [
    "webRTC",
    "easy",
    "EasyRTC",
    "RTC",
    "server"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/zhangdapeng520/zdpjs_webrtc.git"
  },
  "bugs": {
    "url": "https://github.com/zhangdapeng520/zdpjs_webrtc/issues"
  },
  "main": "index",
  "dependencies": {
    "async": "0.2.x",
    "colors": "*",
    "socket.io": "^4.4.0",
    "underscore": "^1.13.1",
    "webrtc-adapter": "^7.3.0"
  },
  "scripts": {
    "lint": "grunt lint",
    "cleanup": "rm -fr node_modules/ && npm install && rm -fr bower_components/ && bower install",
    "build": "grunt build",
    "test": "grunt test",
    "test-headless": "grunt test-headless"
  },
  "analyze": false,
  "license": "BSD-2-Clause",
  "engines": {
    "node": ">=0.8"
  },
  "devDependencies": {
    "fs": "0.0.2",
    "grunt": "^1.0.4",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-csslint": "^2.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-requirejs": "^1.0.0",
    "grunt-contrib-uglify": "^5.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-file-info": "^1.0.10",
    "grunt-jsdoc": "^2.4.0",
    "grunt-karma": "^3.0.0",
    "jasmine": "^3.5.0",
    "jasmine-core": "^2.4.1",
    "jsdoc-oblivion": "0.0.4",
    "karma": "^6.3.2",
    "karma-chrome-launcher": "^1.0.1",
    "karma-coverage": "^2.0.2",
    "karma-firefox-launcher": "^1.0.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-jasmine": "^1.1.2",
    "karma-requirejs": "^1.0.0",
    "requirejs": "^2.2.0",
    "strip-json-comments": "^2.0.1",
    "time-grunt": "^1.3.0"
  }
}
