class Bibliothecary::Parsers::Meteor

Public Class Methods

mapping() click to toggle source
# File lib/bibliothecary/parsers/meteor.rb, line 9
def self.mapping
  {
    match_filename("versions.json") => {
      kind: "manifest",
      parser: :parse_json_runtime_manifest,
    },
  }
end