-
Notifications
You must be signed in to change notification settings - Fork 9
/
box.json
43 lines (43 loc) · 1.38 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
43
{
"name":"CFMigrations Commands",
"version":"5.2.1",
"location":"forgeboxStorage",
"author":"Eric Peterson",
"homepage":"https://github.com/commandbox-modules/commandbox-migrations",
"documentation":"https://github.com/commandbox-modules/commandbox-migrations",
"repository":{
"type":"git",
"URL":"https://github.com/commandbox-modules/commandbox-migrations"
},
"bugs":"https://github.com/commandbox-modules/commandbox-migrations/issues",
"slug":"commandbox-migrations",
"shortDescription":"Run your cfmigrations from CommandBox",
"instructions":"https://github.com/commandbox-modules/commandbox-migrations",
"type":"commandbox-modules",
"keywords":[
"server",
"database",
"migrations",
"cfmigrations"
],
"scripts":{
"onRelease":"publish",
"postPublish":"!git push && git push --tags",
"format":"cfformat run commands/**/*.cfc,ModuleConfig.cfc --overwrite"
},
"private":false,
"license":[
{
"type":"MIT",
"URL":"https://github.com/commandbox-modules/commandbox-migrations/blob/master/LICENSE"
}
],
"dependencies":{
"cfmigrations":"^4.1.0",
"sqlformatter":"^1.1.3+31"
},
"installPaths":{
"cfmigrations":"modules/cfmigrations/",
"sqlformatter":"modules/sqlformatter/"
}
}