-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbox.json
42 lines (42 loc) · 1.14 KB
/
box.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
{
"name":"maven-command",
"version":"0.0.1",
"author":"Foundeo Inc.",
"location":"foundeo/maven-command#v0.0.1",
"homepage":"https://foundeo.com/",
"documentation":"https://github.com/foundeo/maven-command",
"repository":{
"type":"git",
"URL":"https://github.com/foundeo/maven-command"
},
"bugs":"https://github.com/foundeo/maven-command/issues",
"slug":"maven-command",
"shortDescription":"A CommandBox comand for installing jar files from maven repository.",
"type":"commandbox-modules",
"keywords":[
"maven",
"mvn",
"jar",
"jars"
],
"private":false,
"license":[
{
"type":"MIT",
"URL":"https://github.com/foundeo/maven-command"
}
],
"dependencies":{
"maven-client":"^0.0.2"
},
"devDependencies":{},
"installPaths":{
"maven-client":"modules/maven-client/"
},
"scripts":{
"postVersion":"package set location='foundeo/maven-command#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push && git push --tags"
},
"ignore":[]
}