{
  "name": "peerjs-client",
  "version": "0.3.15",
  "description": "PeerJS client",
  "main": "./lib/peer.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/peers/peerjs.git"
  },
  "author": "Michelle Bu, Eric Zhang",
  "license": "MIT",
  "scripts": {
    "prepublish": "./node_modules/.bin/grunt"
  },
  "devDependencies": {
    "expect.js": "*",
    "grunt": "^1.0.1",
    "grunt-browserify": "^5.0.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-uglify": "^2.0.0",
    "mocha": "*"
  },
  "dependencies": {
    "eventemitter3": "^2.0.0",
    "js-binarypack": "0.0.9",
    "reliable": "git+https://github.com/michelle/reliable.git"
  }
}
