forked from kevin-roark/socket.io-computer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "socket.io-computer",
"version": "0.0.0",
"description": "Uses socket.io to do virtual machine usage from browser",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kevin-roark/socket.io-computer.git"
},
"author": "Kevin Roark",
"license": "ISC",
"bugs": {
"url": "https://github.com/kevin-roark/socket.io-computer/issues"
},
"homepage": "https://github.com/kevin-roark/socket.io-computer",
"dependencies": {
"blob": "0.0.4",
"browserify-middleware": "2.5.0",
"canvas": "~1.1.3",
"debug": "^0.8.0",
"express": "3.4.8",
"jpeg": "https://github.com/yztaoj/node-jpeg/archive/master.tar.gz",
"jquery": "2.1.0",
"mustache-express": "1.0.1",
"queue3": "1.0.2",
"redis": "0.10.1",
"rfb2": "0.0.9",
"socket.io": "1.3.2",
"socket.io-client": "1.3.2",
"socket.io-emitter": "^0.1.0",
"socket.io-redis": "^0.1.2",
"forever-monitor": "~1.2.3"
}
}