Package: video
Type: Package
Title: 'Shiny' Extension of 'video.js'
Version: 0.1.1
Authors@R: c(
    person("Ashley", "Baldry", email = "arbaldry91@gmail.com", role = c("aut", "cre")),
    person("Steve", "Heffernan", role = "aut", comment = "Creator of video.js")
    )
Description: Video interactivity within 'shiny' applications using 'video.js'. Enables
    the status of the video to be sent from the UI to the server, and allows events
    such as playing and pausing the video to be triggered from the server.
License: Apache License (>= 2)
URL: https://github.com/ashbaldry/video,
        https://github.com/videojs/video.js
BugReports: https://github.com/ashbaldry/video/issues
Encoding: UTF-8
Depends: R (>= 2.10)
Imports: shiny, htmlwidgets, jsonlite
Suggests: rmarkdown, knitr, shinytest2, testthat (>= 3.0.0)
Language: en-GB
RoxygenNote: 7.2.3
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-02-02 19:04:09 UTC; arbal
Author: Ashley Baldry [aut, cre],
  Steve Heffernan [aut] (Creator of video.js)
Maintainer: Ashley Baldry <arbaldry91@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-02 19:20:02 UTC
