-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
38
{
"name": "@matthew-p/docker-server",
"version": "1.5.6",
"dependencies": {
},
"description": "Universal docker server, Nginx, Node, MySql, Redis",
"repository": {
"type": "git",
"url": "git+https://github.com/MatthewPattell/docker-server.git"
},
"keywords": [
"docker",
"server",
"node",
"nodejs",
"nginx",
"mysql",
"redis",
"docker-compose",
"universal",
"dynamic",
"deploy",
"composer"
],
"author": "Yarmaliuk Mikhail",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatthewPattell/docker-server/issues"
},
"homepage": "https://github.com/MatthewPattell/docker-server",
"bin": {
"docker-server-start": "bin/site-start.sh",
"docker-server-exec": "bin/site-exec.sh",
"docker-server-run": "bin/site-run.sh",
"docker-server-aws": "bin/site-aws.sh",
"docker-server-deploy": "bin/site-deploy.sh"
}
}