-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
30 lines (30 loc) · 829 Bytes
/
box.json
File metadata and controls
30 lines (30 loc) · 829 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
{
"name": "wheels-hotwire",
"slug": "wheels-hotwire",
"version": "1.0.2",
"author": "Wheels Core Team",
"homepage": "https://wheels.dev",
"repository": {
"type": "git",
"URL": "https://github.com/wheels-dev/wheels.git"
},
"bugs": "https://github.com/wheels-dev/wheels/issues",
"keywords": [
"wheels",
"hotwire",
"turbo",
"stimulus",
"turbo-frames",
"turbo-streams",
"hotwire-native",
"mobile"
],
"type": "cfwheels-plugins",
"license": [
{
"type": "MIT",
"URL": "https://opensource.org/licenses/MIT"
}
],
"description": "Hotwire infrastructure for Wheels: Turbo Drive, Turbo Frames, Turbo Streams, Stimulus helpers, and Hotwire Native mobile support."
}