site/assets/mmm.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"modules": [
{
"author": "Fabio Cevasco",
"deps": {},
"description": "HTML syntax highlighter for min code.",
"license": "MIT",
"method": "git",
"name": "min-highlight",
"url": "https://git.sr.ht/~h3rald/min-highlight"
},
{
"name": "min-test",
"method": "git",
"url": "https://git.sr.ht/~h3rald/min-test",
"author": "Fabio Cevasco",
"description": "A minimal testing library for the min programming language.",
"license": "MIT",
"deps": {}
}
],
"updated": null
}
|