-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathwheels.json
More file actions
32 lines (32 loc) · 887 Bytes
/
wheels.json
File metadata and controls
32 lines (32 loc) · 887 Bytes
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
{
"$schema": "https://wheels.dev/schema/wheels.json/v1.json",
"name": "Wheels.fw",
"version": "4.0.1",
"description": "Wheels — CFML MVC framework",
"homepage": "https://wheels.dev",
"documentation": "https://wheels.dev/guides/",
"license": "Apache-2.0",
"author": "Wheels Core Team and Community",
"contributors": [
"Peter Amiri <peter@alurium.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/wheels-dev/wheels"
},
"bugs": "https://github.com/wheels-dev/wheels/issues",
"changelog": "https://github.com/wheels-dev/wheels/blob/main/CHANGELOG.md",
"keywords": [
"mvc",
"framework",
"cfml",
"rails",
"wheels"
],
"engines": {
"lucee": ">=6.0",
"adobe": ">=2023",
"boxlang": ">=1.0",
"java": ">=21"
}
}