-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbox.json
More file actions
60 lines (60 loc) · 1.84 KB
/
box.json
File metadata and controls
60 lines (60 loc) · 1.84 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
50
51
52
53
54
55
56
57
58
59
60
{
"name":"CFMigrations",
"version":"5.1.1",
"location":"forgeboxStorage",
"author":"Eric Peterson",
"homepage":"https://github.com/coldbox-modules/cfmigrations",
"documentation":"https://github.com/coldbox-modules/cfmigrations",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/cfmigrations"
},
"bugs":"https://github.com/coldbox-modules/cfmigrations/issues",
"slug":"cfmigrations",
"shortDescription":"Keep track and run your database migrations with CFML",
"instructions":"https://github.com/coldbox-modules/cfmigrations",
"type":"modules",
"keywords":[
"server",
"database",
"migrations",
"schema"
],
"scripts":{
"format":"cfformat run models/**/*.cfc,dsl/**/*.cfc,tests/specs/**/*.cfc,ModuleConfig.cfc --overwrite",
"format:check":"cfformat check models/**/*.cfc,dsl/**/*.cfc,tests/specs/**/*.cfc,ModuleConfig.cfc --verbose",
"install:cfpm":"cfpm install postgresql"
},
"private":false,
"license":[
{
"type":"MIT",
"URL":"https://github.com/coldbox-modules/cfmigrations/blob/master/LICENSE"
}
],
"dependencies":{
"qb":"^13.0.1",
"cbMockData":"^4.1.0"
},
"installPaths":{
"qb":"modules/qb/",
"testbox":"testbox/",
"coldbox":"tests/resources/app/coldbox/",
"mockdatacfc":"modules/mockdatacfc/",
"orgpostgresqljdbc424214lex":"orgpostgresqljdbc424214lex/"
},
"devDependencies":{
"testbox":"^6",
"coldbox":"^7",
"orgpostgresqljdbc424214lex":"lex:https://ext.lucee.org/org.postgresql.jdbc42-42.1.4.lex"
},
"ignore":[
"**/.*",
"test",
"tests",
".engine",
".travis.yml",
".gitignore",
"server.json"
]
}