name: "FasterImage"
description:
    "FasterImage finds the dimensions or filetype of a remote image file given its uri by fetching as little as needed,"
    "based on the excellent Ruby implementation by Stephen Sykes and PHP implementation by Tom Moor."

third_party {
  url {
    type: GIT
    value: "https://github.com/willwashburn/fasterimage"
  }
  version: "0.01"
  last_upgrade_date { year: 2017 month: 03 day: 26 }
  local_modifications: "Bail when no handle. Determine dimensions of SVG images."
}
