mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
* Ship predefined macros with the library, in macros.js. * Allow macro arguments #1 and so on, with argument count deduced from string. * Use these features to implement \overset and \underset, fixes #484.
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "katex",
|
|
"version": "0.8.0-pre",
|
|
"description": "Fast math typesetting for the web.",
|
|
"main": "katex.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Khan/KaTeX.git"
|
|
},
|
|
"files": [
|
|
"katex.js",
|
|
"cli.js",
|
|
"src/",
|
|
"dist/"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel-plugin-transform-runtime": "^6.15.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babelify": "^7.3.0",
|
|
"browserify": "^13.3.0",
|
|
"clean-css": "^3.4.23",
|
|
"eslint": "^3.13.0",
|
|
"express": "^4.14.0",
|
|
"glob": "^7.1.1",
|
|
"jasmine": "^2.3.2",
|
|
"jasmine-core": "^2.3.4",
|
|
"js-yaml": "^3.3.1",
|
|
"jspngopt": "^0.2.0",
|
|
"less": "~2.7.1",
|
|
"morgan": "^1.7.0",
|
|
"nomnom": "^1.8.1",
|
|
"object-assign": "^4.1.0",
|
|
"pako": "1.0.4",
|
|
"selenium-webdriver": "^2.48.2",
|
|
"sri-toolbox": "^0.2.0",
|
|
"uglify-js": "~2.7.5"
|
|
},
|
|
"bin": "cli.js",
|
|
"scripts": {
|
|
"test": "make lint test",
|
|
"prepublish": "make NIS= dist"
|
|
},
|
|
"dependencies": {
|
|
"match-at": "^0.1.0"
|
|
}
|
|
}
|