47 lines
881 B
JSON
47 lines
881 B
JSON
{
|
|
"name": "katex",
|
|
"main": [
|
|
"dist/katex.js",
|
|
"dist/katex.css"
|
|
],
|
|
"homepage": "https://katex.org/",
|
|
"description": "Fast math typesetting for the web.",
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/KaTeX/KaTeX.git"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"/*.js",
|
|
"/*.json",
|
|
"/*.md",
|
|
"!/README.md",
|
|
"/*.sh",
|
|
"/package.json",
|
|
"/Makefile",
|
|
"/test",
|
|
"/src",
|
|
"/contrib",
|
|
"/dockers",
|
|
"/submodules",
|
|
"/static",
|
|
"/website"
|
|
],
|
|
"version": "0.11.1",
|
|
"_release": "0.11.1",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.11.1",
|
|
"commit": "88db1231b2183e179fce45f5734a56de8a8326e3"
|
|
},
|
|
"_source": "https://github.com/Khan/KaTeX.git",
|
|
"_target": "0.11",
|
|
"_originalSource": "katex",
|
|
"_direct": true
|
|
} |