JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
get deps with npm install
[watch-my-terminal.git] / package.json
1 {
2   "name": "web-term-viewer",
3   "version": "0.0.1",
4   "description": "allow people to watch your terminal via their web browser",
5   "dependencies": {
6     "socket.io": "*",
7     "async": "*"
8   }
9 }