Package: HIBPwned
Title: Bindings for the 'HaveIBeenPwned.com' Data Breach API
Version: 0.1.6
Authors@R: c(person("Steph", "Locke"
             , email = "stephanie.g.locke@gmail.com"
             , role = c("aut", "cre"))
             ,person("Troy", "Hunt"
             , email = "troyhunt@hotmail.com"
             , role = c("aut")
             , comment="HaveIBeenPwned.com"
             ))
Description: Utilising the 'Have I been pwned?' API (see <https://haveibeenpwned.com/API/v2>
    for more information), check whether email addresses and/or user names have been present
    in a publicly disclosed data breach.
Depends: R (>= 3.2.3)
License: MIT + file LICENSE
LazyData: true
Suggests: testthat, knitr, rmarkdown
Imports: httr, urltools, jsonlite, ratelimitr
RoxygenNote: 6.0.1
VignetteBuilder: knitr
URL: https://github.com/stephlocke/HIBPwned
BugReports: https://github.com/stephlocke/HIBPwned/issues
NeedsCompilation: no
Packaged: 2017-05-30 22:32:23 UTC; steph
Author: Steph Locke [aut, cre],
  Troy Hunt [aut] (HaveIBeenPwned.com)
Maintainer: Steph Locke <stephanie.g.locke@gmail.com>
Repository: CRAN
Date/Publication: 2017-05-30 22:42:26 UTC
