forked from simon-engledew/dockerweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 871 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 871 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
26
27
28
29
{
"name": "nodedocker",
"version": "1.0.0",
"description": "Proof of concept of a Docker + hterm backend",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node" : ">=6.2.0"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"denodeify": "^1.2.1",
"dockerode": "^2.2.10",
"express": "^4.14.0",
"pty.js": "git+https://github.com/chjj/pty.js.git#f125ff086a75456555e399e68cefc0742d5b56ca",
"socket.io": "^1.4.8",
"tar-stream": "^1.5.2"
}
}