-
-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathbox.json
More file actions
52 lines (52 loc) · 1.42 KB
/
box.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name":"Wheels.fw",
"version":"3.1.0",
"author":"Wheels Core Team and Community",
"shortDescription":"Wheels MVC Framework Core Directory",
"location":"ForgeboxStorage",
"slug":"wheels",
"createPackageDirectory":true,
"packageDirectory":"wheels",
"homepage":"https://wheels.dev/",
"documentation":"https://wheels.dev/guides/",
"changelog":"https://github.com/wheels-dev/wheels/blob/master/CHANGELOG.md",
"bugs":"https://github.com/wheels-dev/wheels/issues",
"contributors":[
"Peter Amiri <peter@alurium.com>"
],
"repository":{
"type":"git",
"URL":"https://github.com/wheels-dev/wheels"
},
"dependencies": {
"wheels-core": "^3.1.0"
},
"installPaths": {
"wheels-core": "vendor/wheels"
},
"keywords":[
"mvc",
"rails",
"wheels",
"cfwheels",
"core"
],
"ignore":[
"box.json",
"readme.md"
],
"type":"mvc",
"private":false,
"license":[
{
"type":"Apache License 2.0",
"URL":"https://github.com/wheels-dev/wheels/blob/master/LICENSE"
}
],
"scripts":{
"onServerInstall":"cfpm install image,mail,zip,debugger,caching,mysql,postgresql,sqlserver",
"format":"cfformat run --overwrite",
"format:watch":"cfformat watch ./.cfformat.json",
"format:check":"cfformat check"
}
}