mathjax-electron
Version:
A trimmed down version of the MathJax library for use with Electron and modern browsers
45 lines (44 loc) • 1.21 kB
JSON
{
"name": "mathjax-electron",
"version": "3.0.0",
"description": "A trimmed down version of the MathJax library for use with Electron and modern browsers",
"main": "index.js",
"scripts": {
"mathjax:clean": "rm -r MathJax-2.7.5 | true",
"mathjax:download": "npm run mathjax:clean && curl -L https://github.com/mathjax/MathJax/archive/2.7.5.tar.gz | tar xz",
"mathjax:prune": "grunt nteract",
"test": "electron-mocha --renderer test/load.test.js && electron-mocha --renderer test/load-and-typeset.test.js"
},
"files": [
"index.js",
"MathJax-2.7.5/"
],
"repository": {
"type": "git",
"url": "git://github.com/nteract/mathjax-electron.git"
},
"keywords": [
"mathjax",
"math",
"latex",
"tex",
"electron",
"chrome",
"essential"
],
"author": "Lukas Geiger",
"license": "MIT",
"bugs": {
"url": "https://github.com/nteract/mathjax-electron/issues"
},
"devDependencies": {
"electron": "^3.0.4",
"electron-mocha": "^6.0.4",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-regex-replace": "^0.4.0",
"snap-shot": "^2.17.0"
}
}