-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
25 lines (25 loc) · 767 Bytes
/
box.json
File metadata and controls
25 lines (25 loc) · 767 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
{
"author":"Robert Zehnder",
"dependencies":{},
"description":"Query your API from commandbox command line",
"documentation":"https://github.com/robertz/commandbox-apiman",
"homepage":"https://github.com/robertz/commandbox-apiman",
"ignore":[
"**/.*",
"/tests/"
],
"name":"commandbox-apiman",
"projectURL":"https://github.com/robertz/commandbox-apiman",
"repository":{
"type":"Git",
"URL":"https://github.com/robertz/commandbox-apiman"
},
"scripts":{
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"shortDescription":"A curl-like command for commandbox",
"slug":"commandbox-apiman",
"type":"commandbox-modules",
"version":"1.2.4"
}