| { | |
| "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" | |
| } | |
| } | |