File size: 355 Bytes
f9f1a35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "ipy-rev-proxy",
  "description": "Google Cloud Datalab Server",
  "dependencies": {
    "bunyan": "^1.2.0",
    "bunyan-rotating-file-stream": "^1.6.0",
    "http-proxy": "^1.4.3",
    "node-pty": "0.9.0",
    "socket.io": "^2.1.1",
    "ws": "1.1.4"
  },
  "engines": {
    "node": "6.x"
  },
  "scripts": {
    "start": "node app.js"
  }
}