-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
37 lines (37 loc) · 955 Bytes
/
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": "docker-browser-server",
"version": "3.1.4",
"description": "Spawn and expose docker containers over http and websockets",
"main": "index.js",
"dependencies": {
"cors": "^2.4.2",
"debug": "^3.1.0",
"debug-stream": "^3.0.1",
"docker-browser-console": "^6.0.0",
"freeport": "^1.0.3",
"minimist": "^1.1.0",
"pump": "^1.0.0",
"request": "^2.45.0",
"root": "^2.0.0",
"send": "^0.10.1",
"websocket-stream": "^5.0.1",
"ws": "^3.1.0"
},
"devDependencies": {},
"bin": {
"docker-browser-server": "./bin.js"
},
"scripts": {
"start": "node bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/docker-browser-server.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/docker-browser-server/issues"
},
"homepage": "https://github.com/mafintosh/docker-browser-server"
}