forked from chrisschmitz/commandbox-hostupdater
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbox.json
More file actions
19 lines (19 loc) · 879 Bytes
/
box.json
File metadata and controls
19 lines (19 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name":"CommandBox Host Updater",
"version":"1.10.1",
"author":"Christoph Schmitz",
"homepage":"https://github.com/commandbox-modules/commandbox-hostupdater/",
"documentation":"https://github.com/commandbox-modules/commandbox-hostupdater/README.md",
"repository":{
"type":"Git",
"URL":"https://github.com/commandbox-modules/commandbox-hostupdater/"
},
"slug":"commandbox-hostupdater",
"shortDescription":"Adds the host name you assign to a CommandBox server to the hosts file.",
"description":"This module adds the host name you assign to a CommandBox server to the hosts file. It assumes standard paths to the hosts file on Windows, Linux and OS-X.",
"type":"commandbox-modules",
"projectURL":"https://github.com/commandbox-modules/commandbox-hostupdater/",
"scripts":{
"onRelease":"publish"
}
}