diff --git a/compliance/libraries/katex.json b/compliance/libraries/katex.json new file mode 100644 index 0000000..880adfe --- /dev/null +++ b/compliance/libraries/katex.json @@ -0,0 +1,20 @@ +{ + "uniqueId": "org.katex:katex:0.0.0", + "developers": [ + { + "name": "Khan Academy", + "organisationUrl": "https://www.khanacademy.org/" + }, + { + "name": "The Katex Team", + "organisationUrl": "https://katex.org/" + } + ], + "artifactVersion": "0.0.0", + "description": "KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.", + "name": "KaTeX", + "website": "https://katex.org/", + "licenses": [ + "MIT" + ] +} \ No newline at end of file diff --git a/compliance/libraries/micromark.json b/compliance/libraries/micromark.json new file mode 100644 index 0000000..d546e8f --- /dev/null +++ b/compliance/libraries/micromark.json @@ -0,0 +1,20 @@ +{ + "uniqueId": "com.unifiedjs.micromark:micromark:0.0.0", + "developers": [ + { + "name": "Unified", + "organisationUrl": "https://unifiedjs.com/" + }, + { + "name": "The micromark Contributors", + "organisationUrl": "https://github.com/micromark/micromark/graphs/contributors" + } + ], + "artifactVersion": "0.0.0", + "description": "small, safe, and great commonmark (optionally gfm) compliant markdown parser", + "name": "micromark", + "website": "https://github.com/micromark/micromark", + "licenses": [ + "MIT" + ] +} \ No newline at end of file