[{
  "modid": "OpenComputers",
  "name": "OpenComputers",
  "description": "This mod adds modular computers and robots that can be programmed in Lua.",
  "version": "${version}",
  "mcversion": "${mcversion}",
  "url": "http://oc.cil.li/",
  "authorList": ["Florian 'Sangar' Nuecke", "Johannes 'Lord Joda' Lohrer", "Everyone who contributed to the mod on Github - thank you!"],
  "credits" : "Inspired by a couple of other mods, most notably ComputerCraft.",
  "logoFile" : "assets/opencomputers/textures/gui/logo.png",
  "requiredMods": [ "Forge@[10.13.0.1180,)" ],
  "dependencies": [
    "BuildCraft|Core",
    "ComputerCraft",
    "EnderStorage",
    "ForgeMultipart",
    "IC2",
    "MineFactoryReloaded",
    "ProjRed|Transmission",
    "RedLogic",
    "StargateTech2",
    "Thaumcraft",
    "ThermalExpansion"
  ],
  "dependants": [],
  "useDependencyInformation": "true"
}]