-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 898 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
38
39
40
41
42
43
44
{
"name": "deploy-docker-swarm",
"version": "0.2.1",
"description": "Collection of deploy scripts of a docker-swarm to different (local- & cloud-)providers, using differrent tools such as bash, Vagrant, Ansible, Terraform.",
"keywords": [
"Ansible",
"VirtualBox",
"bash",
"docker",
"docker-swarm",
"vagrant",
"swarm-mode",
"swarm-deploy",
"DigitalOcean"
],
"license": "MIT",
"author": "Stefan Walther",
"main": "index.js",
"repository": "https://github.com/stefanwalther/deploy-docker-swarm",
"scripts": {
"docs": "verb"
},
"verb": {
"run": true,
"toc": true,
"layout": "empty",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": []
},
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"verb-readme-generator"
]
}
}