generated from commandbox-modules/commandbox-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
49 lines (49 loc) · 1.97 KB
/
box.json
File metadata and controls
49 lines (49 loc) · 1.97 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name":"CommandBox Sprint Namer",
"version":"1.3.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/commandbox-sprint-namer/@build.version@/commandbox-sprint-namer-@build.version@.zip",
"slug":"commandbox-sprint-namer",
"author":"Ortus Solutions, Corp",
"homepage":"https://www.forgebox.io/view/commandbox-sprint-namer",
"documentation":"https://github.com/commandbox-modules/wiki",
"repository":{
"type":"git",
"url":"https://github.com/commandbox-modules/commandbox-sprint-namer"
},
"bugs":"https://github.com/commandbox-modules/commandbox-sprint-namer/issues",
"shortDescription":"A handy command to generate sprint names",
"type":"commandbox-modules",
"keywords":[],
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0"
}
],
"contributors":[],
"devDependencies":{
"commandbox-cfformat":"*",
"commandbox-docbox":"*"
},
"dependencies":{
"mockdatacfc":"^3.5.0+5"
},
"installPaths":{
"mockdatacfc":"modules/mockdatacfc/"
},
"ignore":[
"**/.*",
"test-harness",
"/server*.json"
],
"scripts":{
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
"runTests":"task run taskFile=build/Build.cfc target=runTests :projectName=`package show slug` :version=`package show version`",
"setupTemplate":"task run taskFile=build/SetupTemplate.cfc",
"format:check":"cfformat check commands,build,ModuleConfig.cfc",
"format:watch":"cfformat watch commands,build,ModuleConfig.cfc",
"format":"cfformat run commands,build,ModuleConfig.cfc --overwrite",
"release":"recipe build/release.boxr"
}
}