-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 726 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
30
31
32
33
{
"name": "docker-share",
"version": "1.0.0",
"description": "Share local folders with a Docker Machine VM",
"license": "MIT",
"bin": "bin.js",
"author": "Vincent Weevers",
"scripts": {
"test": "standard"
},
"dependencies": {
"docker-machine": "~3.0.1",
"run-series": "~1.1.4",
"unixify": "~1.0.0",
"yargs": "~14.2.0"
},
"devDependencies": {
"standard": "^14.3.1"
},
"keywords": [
"docker-machine",
"docker",
"machine",
"mount",
"share"
],
"engines": {
"node": ">=8"
},
"repository": "vweevers/node-docker-share",
"bugs": "https://github.com/vweevers/node-docker-share/issues",
"homepage": "https://github.com/vweevers/node-docker-share"
}