-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbox.json
More file actions
33 lines (32 loc) · 1 KB
/
box.json
File metadata and controls
33 lines (32 loc) · 1 KB
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":"CommandBox cbwire",
"version":"0.0.1",
"author":"Grant Copley",
"location":"forgeboxStorage",
"homepage":"https://github.com/commandbox-modules/commandbox-cbwire",
"documentation":"https://github.com/commandbox-modules/commandbox-cbwire",
"repository":{
"type":"git",
"URL":"https://github.com/commandbox-modules/commandbox-cbwire"
},
"bugs":"https://github.com/commandbox-modules/commandbox-cbwire/issues",
"slug":"commandbox-cbwire",
"shortDescription":"cbwire scaffolding for CommandBox",
"instructions":"https://github.com/commandbox-modules/commandbox-cbwire",
"type":"commandbox-modules",
"keywords":[
"cbwire",
"livewire"
],
"scripts":{
"onRelease":"publish",
"postPublish":"!git push && git push --tags"
},
"private":false,
"license":[
{
"type":"MIT",
"URL":"https://github.com/commandbox-modules/commandbox-cbwire/blob/master/LICENSE"
}
]
}