Commit 1c549fa8 authored by Scotty Logan's avatar Scotty Logan
Browse files

Added metadata

parent 677616aa
Loading
Loading
Loading
Loading

metadata.json

0 → 100644
+26 −0
Original line number Diff line number Diff line
{
  "name":           "itlab-webapp",
  "version":        "0.1.0",
  "author":         "Scotty Logan <swl@stanford.edu>",
  "summary":        "Configuration for webapp.itlab.stanford.edu",
  "source":         "https://code.stanford.edu/itlab/webapp.git",
  "project_page":   "https://code.stanford.edu/itlab/webapp",
  "issues_url":     "https://code.stanford.edu/itlab/webapp/issues",
  "license":        "MIT",

  "dependencies": [ ],

  "operatingsystem_support": [
    {
      "operatingsystem": "Debian",
      "operatingsystemrelease": [ "12" ]
    }
  ],

  "requirements": [
    {
      "name": "puppet",
      "version_requirement": ">= 6.21.0 < 8.0.0"
    }
  ]
}