class Berkshelf::JsonFormatter

def version

Output the version of Berkshelf
def version
  @output = { version: Berkshelf::VERSION }
end