-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b57c0c7
commit d6c4ed9
Showing
3 changed files
with
45 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,37 @@ | ||
{ | ||
"name": "Cro::WebApp", | ||
"description": "Support for building server-side web applications with Cro, including templates and form handling.", | ||
"version": "0.8.9.1", | ||
"perl": "6.*", | ||
"authors": [ | ||
"Jonathan Worthington <[email protected]>" | ||
], | ||
"auth": "zef:cro", | ||
"depends": [ | ||
"Cro::HTTP:ver<0.8.9>", | ||
"Log::Timeline", | ||
"OO::Monitors" | ||
], | ||
"build-depends": [], | ||
"test-depends": [], | ||
"provides": { | ||
"Cro::WebApp::Form": "lib/Cro/WebApp/Form.rakumod", | ||
"Cro::WebApp::LogTimelineSchema": "lib/Cro/WebApp/LogTimelineSchema.rakumod", | ||
"Cro::WebApp::Template": "lib/Cro/WebApp/Template.rakumod", | ||
"Cro::WebApp::Template::AST": "lib/Cro/WebApp/Template/AST.rakumod", | ||
"Cro::WebApp::Template::ASTBuilder": "lib/Cro/WebApp/Template/ASTBuilder.rakumod", | ||
"Cro::WebApp::Template::Builtins": "lib/Cro/WebApp/Template/Builtins.rakumod", | ||
"Cro::WebApp::Template::Error": "lib/Cro/WebApp/Template/Error.rakumod", | ||
"Cro::WebApp::Template::Library": "lib/Cro/WebApp/Template/Library.rakumod", | ||
"Cro::WebApp::Template::Location": "lib/Cro/WebApp/Template/Location.rakumod", | ||
"Cro::WebApp::Template::Parser": "lib/Cro/WebApp/Template/Parser.rakumod", | ||
"Cro::WebApp::Template::Repository": "lib/Cro/WebApp/Template/Repository.rakumod" | ||
}, | ||
"resources": [ | ||
"prelude.crotmp" | ||
], | ||
"license": "Artistic-2.0", | ||
"tags": [ | ||
"template", | ||
"web" | ||
], | ||
"source-url": "https://github.com/croservices/cro-webapp.git" | ||
} | ||
"name": "Cro::WebApp", | ||
"description": "Support for building server-side web applications with Cro, including templates and form handling.", | ||
"version": "0.8.9.1", | ||
"authors": [ | ||
"Jonathan Worthington <[email protected]>" | ||
], | ||
"auth": "zef:cro", | ||
"depends": [ | ||
"Cro::HTTP:ver<0.8.9>", | ||
"Log::Timeline", | ||
"OO::Monitors" | ||
], | ||
"build-depends": [], | ||
"provides": { | ||
"Cro::WebApp::Form": "lib/Cro/WebApp/Form.rakumod", | ||
"Cro::WebApp::LogTimelineSchema": "lib/Cro/WebApp/LogTimelineSchema.rakumod", | ||
"Cro::WebApp::Template": "lib/Cro/WebApp/Template.rakumod", | ||
"Cro::WebApp::Template::AST": "lib/Cro/WebApp/Template/AST.rakumod", | ||
"Cro::WebApp::Template::ASTBuilder": "lib/Cro/WebApp/Template/ASTBuilder.rakumod", | ||
"Cro::WebApp::Template::Builtins": "lib/Cro/WebApp/Template/Builtins.rakumod", | ||
"Cro::WebApp::Template::Error": "lib/Cro/WebApp/Template/Error.rakumod", | ||
"Cro::WebApp::Template::Library": "lib/Cro/WebApp/Template/Library.rakumod", | ||
"Cro::WebApp::Template::Location": "lib/Cro/WebApp/Template/Location.rakumod", | ||
"Cro::WebApp::Template::Parser": "lib/Cro/WebApp/Template/Parser.rakumod", | ||
"Cro::WebApp::Template::Repository": "lib/Cro/WebApp/Template/Repository.rakumod" | ||
}, | ||
"resources": [ | ||
"prelude.crotmp" | ||
], | ||
"license": "Artistic-2.0", | ||
"tags": [ | ||
"template", | ||
"web" | ||
], | ||
"source-url": "https://github.com/croservices/cro-webapp.git" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters