Package: ambiorix
Title: Web Framework Inspired by 'Express.js'
Version: 2.1.0
Authors@R: 
  c(
    person(given = "John",
           family = "Coene",
           role = c("aut", "cre"),
           email = "jcoenep@gmail.com",
           comment = c(ORCID = "0000-0002-6637-4107")),
    person(family = "Opifex", role = c("fnd"))
  )
Description: A web framework inspired by 'express.js' to build
  any web service from multi-page websites to 'RESTful' 
  application programming interfaces.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.2
Depends: R (>= 4.1.0)
Imports: fs, log, cli, glue, httpuv, methods, promises, jsonlite,
        websocket, assertthat
Suggests: mime, readr, ggplot2, htmltools, commonmark, htmlwidgets,
        testthat (>= 3.0.0)
URL: https://github.com/devOpifex/ambiorix, https://ambiorix.dev
BugReports: https://github.com/devOpifex/ambiorix/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-04-06 18:23:47 UTC; john
Author: John Coene [aut, cre] (<https://orcid.org/0000-0002-6637-4107>),
  Opifex [fnd]
Maintainer: John Coene <jcoenep@gmail.com>
Repository: CRAN
Date/Publication: 2022-04-06 18:42:29 UTC
