mirror of
https://github.com/vale981/riot-katex
synced 2025-03-04 16:51:37 -05:00
25 lines
690 B
JSON
25 lines
690 B
JSON
{
|
|
"name": "riot-katex",
|
|
"version": "1.0.0",
|
|
"description": "Renders formulars in the Riot chat client for Matrix using KaTeX.",
|
|
"main": "riot-katex.js",
|
|
"dependencies": {
|
|
"katex": "^0.11.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"postinstall": "sh ./package.sh",
|
|
"build": "sh ./package.sh",
|
|
"clean": "rm -r build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vale981/riot-katex.git"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/vale981/riot-katex/issues"
|
|
},
|
|
"homepage": "https://github.com/vale981/riot-katex#readme"
|
|
}
|