Advertisement
fishermedders

Cardboard Package Repo

Nov 7th, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. {
  2. ["jsonapi"] = {
  3. ["name"] = "JSON-API",
  4. ["author"] = "ElvishJerricco",
  5. ["purl"] = "http://www.computercraft.info/forums2/index.php?/topic/5854-json-api-v201-for-computercraft/",
  6. ["location"] = "https://raw.githubusercontent.com/fishermedders/cc/master/jsonapi",
  7. ["target"] = "/bin/util/json",
  8. ["notes"] = {},
  9. ["dependencies"] = {},
  10. ["category"] = "Utility",
  11. },
  12. ["luaide"] = {
  13. ["name"] = "LuaIDE",
  14. ["author"] = "GravityScore",
  15. ["purl"] = "http://www.computercraft.info/forums2/index.php?/topic/12347-luaide-10-you-might-actually-like-editing-in-game/",
  16. ["location"] = "http://pastebin.com/raw/vyAZc6tJ",
  17. ["target"] = "/opt/LuaIDE",
  18. ["notes"] = {
  19. "Also a treause disk as of CC 1.5"
  20. },
  21. ["dependencies"] = {},
  22. ["category"] = "Utility",
  23. },
  24. ["brc"] = {
  25. ["name"] = "Big Reactors Control",
  26. ["author"] = "jared314",
  27. ["purl"] = "http://pastebin.com/p4zeq7Ma",
  28. ["location"] = "http://pastebin.com/raw/p4zeq7Ma",
  29. ["target"] = "/opt/brsetup",
  30. ["notes"] = {},
  31. ["dependencies"] = {},
  32. ["category"] = "Utility",
  33. },
  34. ["npaintpro"] = {
  35. ["name"] = "NPaintPro",
  36. ["author"] = "nitrogenfingers",
  37. ["purl"] = "http://www.computercraft.info/forums2/index.php?/topic/5029-145-npaintpro/",
  38. ["location"] = "http://pastebin.com/raw/pzWSRqNF",
  39. ["target"] = "/opt/npaintpro",
  40. ["notes"] = {},
  41. ["dependencies"] = {},
  42. ["category"] = "Utility",
  43. },
  44. ["f4t"] = {
  45. ["name"] = "Fallout 4 Terminal",
  46. ["author"] = "savior67",
  47. ["purl"] = "http://www.computercraft.info/forums2/index.php?/topic/10978-fallout-terminal/",
  48. ["location"] = "http://pastebin.com/raw/JmHGRsww",
  49. ["target"] = "/opt/f4t",
  50. ["notes"] = {},
  51. ["dependencies"] = {},
  52. ["category"] = "Fun",
  53. },
  54. ["frp"] = {
  55. ["name"] = "Fisher Rednet Protocol",
  56. ["author"] = "Fisher Medders",
  57. ["purl"] = "fishermedders.com",
  58. ["location"] = "http://pastebin.com/raw/v7ZwP8GE",
  59. ["target"] = "/bin/util/frp",
  60. ["notes"] = {},
  61. ["dependencies"] = {},
  62. ["category"] = "Utility",
  63. },
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement