{
  "name": "skyway-peerjs",
  "version": "0.4.0",
  "description": "This branch is a customized version of PeerJS for NTT Communications's WebRTC platform SkyWay.",
  "homepage": "http://skyway.io/en",
  "main": "./lib/peer.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/nttcom/peerjs.git"
  },
  "bugs": {
    "url": "https://github.com/nttcom/peerjs/issues"
  },
  "author": "Michelle Bu, Eric Zhang, NTT Communications",
  "license": "MIT",
  "scripts": {
    "prepublish": "./node_modules/.bin/grunt"
  },
  "devDependencies": {
    "expect.js": "*",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.0.1",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-watch": "^0.6.1",
    "mocha": "*"
  },
  "dependencies": {
    "eventemitter3": "0.1.5",
    "js-binarypack": "0.0.9",
    "reliable": "git+https://github.com/michelle/reliable.git"
  }
}
