mathjax-mhchem
Version:
mhchem extension for MathJax
38 lines (37 loc) • 694 B
JSON
{
"name": "mathjax-mhchem",
"filename": "mhchem.js",
"version": "3.3.2",
"description": "mhchem extension for MathJax",
"keywords": [
"MathJax",
"LaTeX",
"Chemistry"
],
"license": "Apache-2.0",
"contributors": [
"Martin Hensel",
"The MathJax Consortium"
],
"maintainers": [
"Martin Hensel"
],
"repository": {
"type": "git",
"url": "git://github.com/mhchem/MathJax-mhchem.git"
},
"scripts": {
"test": "tape tests/*.js"
},
"dependencies": {
"mathjax": "^2.7.5",
"uglify-js": "^3.4.9"
},
"peerDependencies": {
"mathjax-node": "2.x"
},
"devDependencies": {
"tape": "^4.9.1",
"request": "^2.88.0"
}
}