-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 776 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 776 Bytes
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
{
"name": "docker-ssh",
"version": "1.0.0",
"description": "Provides SSH capabilities to any Docker container",
"repository": "https://github.com/jeroenpeeters/docker-ssh",
"main": "server.coffee",
"scripts": {
"start": "./node_modules/forever/bin/forever -c ./node_modules/coffee-script/bin/coffee server.coffee | ./node_modules/bunyan/bin/bunyan",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-2.0",
"dependencies": {
"body-parser": "~1.14.1",
"bunyan": "~1.5.1",
"coffee-script": "~1.10.0",
"dockerode": "^2.2.9",
"express": "~4.13.3",
"forever": "^0.15.1",
"ssh2": "~0.4.11",
"ssh2-connect": "0.0.7",
"buffer-equal-constant-time": "1.0.1",
"uuid": "~2.0.1"
}
}