{
  "name": "canvas-streaming-example",
  "version": "1.0.0",
  "description": "",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "author": "Brad Isbell <bradisbell@fb.com>",
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "express": "^4.14.1",
    "ws": "^2.1.0"
  }
}
